|
||||||||||
| 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.AlertQuery
public class AlertQuery
Querying criteria for getting alerts.
| Constructor Summary | |
|---|---|
AlertQuery()
|
|
AlertQuery(ClientSpec clientSpec,
FilterSpec filterSpec,
AlertType[] types,
AlertSeverity[] severities,
TriggerTimeSpec triggerTimeSpec,
String triggerTime,
long[] clientCustomerIds)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
long[] |
getClientCustomerIds()
Gets the clientCustomerIds value for this AlertQuery. |
long |
getClientCustomerIds(int i)
|
ClientSpec |
getClientSpec()
Gets the clientSpec value for this AlertQuery. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
FilterSpec |
getFilterSpec()
Gets the filterSpec value for this AlertQuery. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
AlertSeverity[] |
getSeverities()
Gets the severities value for this AlertQuery. |
AlertSeverity |
getSeverities(int i)
|
String |
getTriggerTime()
Gets the triggerTime value for this AlertQuery. |
TriggerTimeSpec |
getTriggerTimeSpec()
Gets the triggerTimeSpec value for this AlertQuery. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
AlertType[] |
getTypes()
Gets the types value for this AlertQuery. |
AlertType |
getTypes(int i)
|
int |
hashCode()
|
void |
setClientCustomerIds(int i,
long _value)
|
void |
setClientCustomerIds(long[] clientCustomerIds)
Sets the clientCustomerIds value for this AlertQuery. |
void |
setClientSpec(ClientSpec clientSpec)
Sets the clientSpec value for this AlertQuery. |
void |
setFilterSpec(FilterSpec filterSpec)
Sets the filterSpec value for this AlertQuery. |
void |
setSeverities(AlertSeverity[] severities)
Sets the severities value for this AlertQuery. |
void |
setSeverities(int i,
AlertSeverity _value)
|
void |
setTriggerTime(String triggerTime)
Sets the triggerTime value for this AlertQuery. |
void |
setTriggerTimeSpec(TriggerTimeSpec triggerTimeSpec)
Sets the triggerTimeSpec value for this AlertQuery. |
void |
setTypes(AlertType[] types)
Sets the types value for this AlertQuery. |
void |
setTypes(int i,
AlertType _value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlertQuery()
public AlertQuery(ClientSpec clientSpec,
FilterSpec filterSpec,
AlertType[] types,
AlertSeverity[] severities,
TriggerTimeSpec triggerTimeSpec,
String triggerTime,
long[] clientCustomerIds)
| Method Detail |
|---|
public ClientSpec getClientSpec()
null.public void setClientSpec(ClientSpec clientSpec)
clientSpec - * Specifies what clients to get alerts for.
This field is required
and should not be null.public FilterSpec getFilterSpec()
null.public void setFilterSpec(FilterSpec filterSpec)
filterSpec - * Specifies whether/how to filter the result set based on whether
the customer can manage.
This field is required
and should not be null.public AlertType[] getTypes()
null elements.public void setTypes(AlertType[] types)
types - * The specific types of Alerts to return.
This field
must not contain null elements.public AlertType getTypes(int i)
public void setTypes(int i,
AlertType _value)
public AlertSeverity[] getSeverities()
null elements.public void setSeverities(AlertSeverity[] severities)
severities - * This field must not
contain null elements.public AlertSeverity getSeverities(int i)
public void setSeverities(int i,
AlertSeverity _value)
public TriggerTimeSpec getTriggerTimeSpec()
null.public void setTriggerTimeSpec(TriggerTimeSpec triggerTimeSpec)
triggerTimeSpec - * Specifies what time interval for which to get alerts.
This field is required
and should not be null.public String getTriggerTime()
TriggerTimeSpec.CUSTOM_TIME is specified,
only alerts generated after this time will be returned.
String Format: yyyymmdd hhmmss zzz
(e.g. 20100609 150223 UTC).public void setTriggerTime(String triggerTime)
triggerTime - * If TriggerTimeSpec.CUSTOM_TIME is specified,
only alerts generated after this time will be returned.
String Format: yyyymmdd hhmmss zzz
(e.g. 20100609 150223 UTC).public long[] getClientCustomerIds()
ClientSpec.ID_LIST is specified,
only alerts for the client accounts specified here
will be returned.
This field
must contain distinct elements.public void setClientCustomerIds(long[] clientCustomerIds)
clientCustomerIds - * If ClientSpec.ID_LIST is specified,
only alerts for the client accounts specified here
will be returned.
This field
must contain distinct elements.public long getClientCustomerIds(int i)
public void setClientCustomerIds(int i,
long _value)
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 | |||||||||