com.google.api.ads.adwords.v201109.cm
Class JobEvent

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.JobEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BulkMutateJobEvent

public class JobEvent
extends Object
implements Serializable

An event defined by a status change of a job.

See Also:
Serialized Form

Constructor Summary
JobEvent()
           
JobEvent(String dateTime, String jobEventType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDateTime()
          Gets the dateTime value for this JobEvent.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getJobEventType()
          Gets the jobEventType value for this JobEvent.
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 setDateTime(String dateTime)
          Sets the dateTime value for this JobEvent.
 void setJobEventType(String jobEventType)
          Sets the jobEventType value for this JobEvent.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobEvent

public JobEvent()

JobEvent

public JobEvent(String dateTime,
                String jobEventType)
Method Detail

getDateTime

public String getDateTime()
Gets the dateTime value for this JobEvent.

Returns:
dateTime * Time when the job status changed.

setDateTime

public void setDateTime(String dateTime)
Sets the dateTime value for this JobEvent.

Parameters:
dateTime - * Time when the job status changed.

getJobEventType

public String getJobEventType()
Gets the jobEventType value for this JobEvent.

Returns:
jobEventType * Indicates that this instance is a subtype of JobEvent. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

setJobEventType

public void setJobEventType(String jobEventType)
Sets the jobEventType value for this JobEvent.

Parameters:
jobEventType - * Indicates that this instance is a subtype of JobEvent. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

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.