public class OrderBy extends Object
Java class for OrderBy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderBy"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sortOrder" type="{https://adwords.google.com/api/adwords/cm/v201710}SortOrder" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
field |
protected SortOrder |
sortOrder |
Constructor and Description |
---|
OrderBy() |
Modifier and Type | Method and Description |
---|---|
String |
getField()
Gets the value of the field property.
|
SortOrder |
getSortOrder()
Gets the value of the sortOrder property.
|
void |
setField(String value)
Sets the value of the field property.
|
void |
setSortOrder(SortOrder value)
Sets the value of the sortOrder property.
|
public String getField()
String
public void setField(String value)
value
- allowed object is
String
public SortOrder getSortOrder()
SortOrder
Copyright © 2018. All Rights Reserved.