public class LogsSort extends Object
asc or time-descending desc results.| Modifier and Type | Class and Description |
|---|---|
static class |
LogsSort.LogsSortSerializer |
| Modifier and Type | Field and Description |
|---|---|
static LogsSort |
TIME_ASCENDING |
static LogsSort |
TIME_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 TIME_ASCENDING
public static final LogsSort TIME_DESCENDING
Copyright © 2023. All rights reserved.