@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2018-12-07T19:30:21.793Z")
public class Sort
extends java.lang.Object
| Constructor and Description |
|---|
Sort() |
| Modifier and Type | Method and Description |
|---|---|
Sort |
by(SortDescriptor by) |
Sort |
direction(SortDirection direction) |
boolean |
equals(java.lang.Object o) |
SortDescriptor |
getBy()
Get by
|
SortDirection |
getDirection()
Get direction
|
int |
hashCode() |
void |
setBy(SortDescriptor by) |
void |
setDirection(SortDirection direction) |
java.lang.String |
toString() |
public Sort by(SortDescriptor by)
public SortDescriptor getBy()
public void setBy(SortDescriptor by)
public Sort direction(SortDirection direction)
public SortDirection getDirection()
public void setDirection(SortDirection direction)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object