|
||||||||||
| 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
public abstract class Job
Represents an asynchronous macro unit of work.
| Constructor Summary | |
|---|---|
Job()
|
|
Job(String customerJobKey,
ApiErrorReason failureReason,
JobStats stats,
BillingSummary billingSummary,
String jobType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
BillingSummary |
getBillingSummary()
Gets the billingSummary value for this Job. |
String |
getCustomerJobKey()
Gets the customerJobKey value for this Job. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
ApiErrorReason |
getFailureReason()
Gets the failureReason value for this Job. |
String |
getJobType()
Gets the jobType value for this Job. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
JobStats |
getStats()
Gets the stats value for this Job. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setBillingSummary(BillingSummary billingSummary)
Sets the billingSummary value for this Job. |
void |
setCustomerJobKey(String customerJobKey)
Sets the customerJobKey value for this Job. |
void |
setFailureReason(ApiErrorReason failureReason)
Sets the failureReason value for this Job. |
void |
setJobType(String jobType)
Sets the jobType value for this Job. |
void |
setStats(JobStats stats)
Sets the stats value for this Job. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Job()
public Job(String customerJobKey,
ApiErrorReason failureReason,
JobStats stats,
BillingSummary billingSummary,
String jobType)
| Method Detail |
|---|
public String getCustomerJobKey()
Operators : SET.
If this field is sent to the API, it will be ignored.public void setCustomerJobKey(String customerJobKey)
customerJobKey - * Unique job key (per customer) for guarding against duplicate
job
submissions. This field is optional.
This field is read
only and should not be set for following Operators : SET.
If this field is sent to the API, it will be ignored.public ApiErrorReason getFailureReason()
public void setFailureReason(ApiErrorReason failureReason)
failureReason - * Failure reason if this job has failed.
This field is read
only and should not be set. If this field is sent to the API, it
will be ignored.public JobStats getStats()
public void setStats(JobStats stats)
stats - * The statistics concerning the processing of this job.
This field is read
only and should not be set. If this field is sent to the API, it
will be ignored.public BillingSummary getBillingSummary()
public void setBillingSummary(BillingSummary billingSummary)
billingSummary - * The billing summary specifying the cost of this job.
This field is read
only and should not be set. If this field is sent to the API, it
will be ignored.public String getJobType()
public void setJobType(String jobType)
jobType - * Indicates that this instance is a subtype of Job.
Although this field is returned in the response, it
is ignored on input
and cannot be selected. Specify xsi:type instead.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic 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 | |||||||||