|
||||||||||
| 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.JobResult
public class JobResult
Represents the result data of a job. This contains both the results of successfully processed operations as well as errors returned by failed operations.
| Constructor Summary | |
|---|---|
JobResult()
|
|
JobResult(BulkMutateResult bulkMutateResult,
SimpleMutateResult simpleMutateResult)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
BulkMutateResult |
getBulkMutateResult()
Gets the bulkMutateResult value for this JobResult. |
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 |
SimpleMutateResult |
getSimpleMutateResult()
Gets the simpleMutateResult value for this JobResult. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setBulkMutateResult(BulkMutateResult bulkMutateResult)
Sets the bulkMutateResult value for this JobResult. |
void |
setSimpleMutateResult(SimpleMutateResult simpleMutateResult)
Sets the simpleMutateResult value for this JobResult. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobResult()
public JobResult(BulkMutateResult bulkMutateResult,
SimpleMutateResult simpleMutateResult)
| Method Detail |
|---|
public BulkMutateResult getBulkMutateResult()
public void setBulkMutateResult(BulkMutateResult bulkMutateResult)
bulkMutateResult - public SimpleMutateResult getSimpleMutateResult()
public void setSimpleMutateResult(SimpleMutateResult simpleMutateResult)
simpleMutateResult - 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 | |||||||||