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

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

public class JobResult
extends Object
implements Serializable

Represents the result data of a job. This contains both the results of successfully processed operations as well as errors returned by failed operations.

See Also:
Serialized Form

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

JobResult

public JobResult()

JobResult

public JobResult(BulkMutateResult bulkMutateResult,
                 SimpleMutateResult simpleMutateResult)
Method Detail

getBulkMutateResult

public BulkMutateResult getBulkMutateResult()
Gets the bulkMutateResult value for this JobResult.

Returns:
bulkMutateResult

setBulkMutateResult

public void setBulkMutateResult(BulkMutateResult bulkMutateResult)
Sets the bulkMutateResult value for this JobResult.

Parameters:
bulkMutateResult -

getSimpleMutateResult

public SimpleMutateResult getSimpleMutateResult()
Gets the simpleMutateResult value for this JobResult.

Returns:
simpleMutateResult

setSimpleMutateResult

public void setSimpleMutateResult(SimpleMutateResult simpleMutateResult)
Sets the simpleMutateResult value for this JobResult.

Parameters:
simpleMutateResult -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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.