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

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

public class BulkMutateJobEvent
extends JobEvent
implements Serializable

An event defined by a status change of a bulk mutate job.

See Also:
Serialized Form

Constructor Summary
BulkMutateJobEvent()
           
BulkMutateJobEvent(String dateTime, String jobEventType, BasicJobStatus status)
           
 
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
 BasicJobStatus getStatus()
          Gets the status value for this BulkMutateJobEvent.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setStatus(BasicJobStatus status)
          Sets the status value for this BulkMutateJobEvent.
 
Methods inherited from class com.google.api.ads.adwords.v201109.cm.JobEvent
getDateTime, getJobEventType, setDateTime, setJobEventType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkMutateJobEvent

public BulkMutateJobEvent()

BulkMutateJobEvent

public BulkMutateJobEvent(String dateTime,
                          String jobEventType,
                          BasicJobStatus status)
Method Detail

getStatus

public BasicJobStatus getStatus()
Gets the status value for this BulkMutateJobEvent.

Returns:
status * The new job status defining this event.

setStatus

public void setStatus(BasicJobStatus status)
Sets the status value for this BulkMutateJobEvent.

Parameters:
status - * The new job status defining this event.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class JobEvent

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.