|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.mcm.AlertSelector
public class AlertSelector
Selector for querying for alerts.
| Constructor Summary | |
|---|---|
AlertSelector()
|
|
AlertSelector(AlertQuery query,
Paging paging)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Paging |
getPaging()
Gets the paging value for this AlertSelector. |
AlertQuery |
getQuery()
Gets the query value for this AlertSelector. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setPaging(Paging paging)
Sets the paging value for this AlertSelector. |
void |
setQuery(AlertQuery query)
Sets the query value for this AlertSelector. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlertSelector()
public AlertSelector(AlertQuery query,
Paging paging)
| Method Detail |
|---|
public AlertQuery getQuery()
null.public void setQuery(AlertQuery query)
query - * Criteria of alerts to select like types and trigger time.
This field is required
and should not be null.public Paging getPaging()
null.public void setPaging(Paging paging)
paging - * Offset and count into the alerts matching this selector.
This field is required
and should not be null.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 | |||||||||