public class LogsSort extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LogsSort.LogsSortSerializer |
| Modifier and Type | Field and Description |
|---|---|
static LogsSort |
TIMESTAMP_ASCENDING |
static LogsSort |
TIMESTAMP_DESCENDING |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LogsSort object is equal to o.
|
static LogsSort |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
public static final LogsSort TIMESTAMP_ASCENDING
public static final LogsSort TIMESTAMP_DESCENDING
Copyright © 2023. All rights reserved.