com.google.api.ads.adwords.v201109.mcm
Class Detail

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.mcm.Detail
All Implemented Interfaces:
Serializable

public class Detail
extends Object
implements Serializable

Detail refers to a single event or condition that triggered its owning Alert. Multiple details can cause the same Alert to occur.

See Also:
Serialized Form

Constructor Summary
Detail()
           
Detail(String triggerTime)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTriggerTime()
          Gets the triggerTime value for this Detail.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setTriggerTime(String triggerTime)
          Sets the triggerTime value for this Detail.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Detail

public Detail()

Detail

public Detail(String triggerTime)
Method Detail

getTriggerTime

public String getTriggerTime()
Gets the triggerTime value for this Detail.

Returns:
triggerTime * When the this condition was first detected.

setTriggerTime

public void setTriggerTime(String triggerTime)
Sets the triggerTime value for this Detail.

Parameters:
triggerTime - * When the this condition was first detected.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2011. All Rights Reserved.