|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.Job
com.google.api.ads.adwords.v201109.cm.SimpleMutateJob
public class SimpleMutateJob
A mutation job, which was submitted using
MutateJobService#mutate, and will execute asynchronously
sometime after submission.
| 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 |
|---|
public SimpleMutateJob()
public SimpleMutateJob(String customerJobKey,
ApiErrorReason failureReason,
JobStats stats,
BillingSummary billingSummary,
String jobType,
Long id,
BasicJobStatus status,
JobEvent[] history)
| Method Detail |
|---|
public Long getId()
public void setId(Long id)
id - * The unique id of the job, which can be used to query it's state
and
results.public BasicJobStatus getStatus()
COMPLETED, the id can be used
to query
MutateJobService#getResult.public void setStatus(BasicJobStatus status)
status - * status of the job. if COMPLETED, the id can be used
to query
MutateJobService#getResult.public JobEvent[] getHistory()
public void setHistory(JobEvent[] history)
history - * History of this job.public JobEvent getHistory(int i)
public void setHistory(int i,
JobEvent _value)
public boolean equals(Object obj)
equals in class Jobpublic int hashCode()
hashCode in class Jobpublic 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 | |||||||||