|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.OrderBy
public class OrderBy
Specifies how the resulting information should be sorted.
| Constructor Summary | |
|---|---|
OrderBy()
|
|
OrderBy(String field,
SortOrder sortOrder)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getField()
Gets the field value for this OrderBy. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
SortOrder |
getSortOrder()
Gets the sortOrder value for this OrderBy. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setField(String field)
Sets the field value for this OrderBy. |
void |
setSortOrder(SortOrder sortOrder)
Sets the sortOrder value for this OrderBy. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrderBy()
public OrderBy(String field,
SortOrder sortOrder)
| Method Detail |
|---|
public String getField()
null.public void setField(String field)
field - * The field to sort the results on.
This field is required
and should not be null.public SortOrder getSortOrder()
SortOrder.ASCENDING.public void setSortOrder(SortOrder sortOrder)
sortOrder - * The order to sort the results on. The default sort order is
SortOrder.ASCENDING.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||