public class OrderBy extends AbstractRealTimeDto implements Serializable
Java class for orderBy complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected SortingField |
field |
protected SortingOrder |
order |
Constructor and Description |
---|
OrderBy() |
Modifier and Type | Method and Description |
---|---|
SortingField |
getField()
Gets the value of the field property.
|
SortingOrder |
getOrder()
Gets the value of the order property.
|
void |
setField(SortingField value)
Sets the value of the field property.
|
void |
setOrder(SortingOrder value)
Sets the value of the order property.
|
protected SortingField field
protected SortingOrder order
public SortingField getField()
SortingField
public void setField(SortingField value)
value
- allowed object is
SortingField
public SortingOrder getOrder()
SortingOrder
public void setOrder(SortingOrder value)
value
- allowed object is
SortingOrder
Copyright © 2021. All rights reserved.