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

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

public class SimpleMutateJob
extends Job
implements Serializable

A mutation job, which was submitted using MutateJobService#mutate, and will execute asynchronously sometime after submission.

See Also:
Serialized Form

Constructor Summary
SimpleMutateJob()
           
SimpleMutateJob(String customerJobKey, ApiErrorReason failureReason, JobStats stats, BillingSummary billingSummary, String jobType, Long id, BasicJobStatus status, JobEvent[] history)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 JobEvent[] getHistory()
          Gets the history value for this SimpleMutateJob.
 JobEvent getHistory(int i)
           
 Long getId()
          Gets the id value for this SimpleMutateJob.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 BasicJobStatus getStatus()
          Gets the status value for this SimpleMutateJob.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setHistory(int i, JobEvent _value)
           
 void setHistory(JobEvent[] history)
          Sets the history value for this SimpleMutateJob.
 void setId(Long id)
          Sets the id value for this SimpleMutateJob.
 void setStatus(BasicJobStatus status)
          Sets the status value for this SimpleMutateJob.
 
Methods inherited from class com.google.api.ads.adwords.v201109.cm.Job
getBillingSummary, getCustomerJobKey, getFailureReason, getJobType, getStats, setBillingSummary, setCustomerJobKey, setFailureReason, setJobType, setStats
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMutateJob

public SimpleMutateJob()

SimpleMutateJob

public SimpleMutateJob(String customerJobKey,
                       ApiErrorReason failureReason,
                       JobStats stats,
                       BillingSummary billingSummary,
                       String jobType,
                       Long id,
                       BasicJobStatus status,
                       JobEvent[] history)
Method Detail

getId

public Long getId()
Gets the id value for this SimpleMutateJob.

Returns:
id * The unique id of the job, which can be used to query it's state and results.

setId

public void setId(Long id)
Sets the id value for this SimpleMutateJob.

Parameters:
id - * The unique id of the job, which can be used to query it's state and results.

getStatus

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

Returns:
status * status of the job. if COMPLETED, the id can be used to query MutateJobService#getResult.

setStatus

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

Parameters:
status - * status of the job. if COMPLETED, the id can be used to query MutateJobService#getResult.

getHistory

public JobEvent[] getHistory()
Gets the history value for this SimpleMutateJob.

Returns:
history * History of this job.

setHistory

public void setHistory(JobEvent[] history)
Sets the history value for this SimpleMutateJob.

Parameters:
history - * History of this job.

getHistory

public JobEvent getHistory(int i)

setHistory

public void setHistory(int i,
                       JobEvent _value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Job

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.