@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class Sort extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_EMPTY |
static String |
SERIALIZED_NAME_SORTED |
static String |
SERIALIZED_NAME_UNSORTED |
| Constructor and Description |
|---|
Sort() |
| Modifier and Type | Method and Description |
|---|---|
Sort |
empty(Boolean empty) |
boolean |
equals(Object o) |
Boolean |
getEmpty()
Get empty
|
Boolean |
getSorted()
Get sorted
|
Boolean |
getUnsorted()
Get unsorted
|
int |
hashCode() |
void |
setEmpty(Boolean empty) |
void |
setSorted(Boolean sorted) |
void |
setUnsorted(Boolean unsorted) |
Sort |
sorted(Boolean sorted) |
String |
toString() |
Sort |
unsorted(Boolean unsorted) |
public static final String SERIALIZED_NAME_EMPTY
public static final String SERIALIZED_NAME_SORTED
public static final String SERIALIZED_NAME_UNSORTED
Copyright © 2021. All rights reserved.