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

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

public class SimpleMutateResult
extends Object
implements Serializable

The results of a simple mutation job.

See Also:
Serialized Form

Constructor Summary
SimpleMutateResult()
           
SimpleMutateResult(Operand[] results, ApiError[] errors)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 ApiError[] getErrors()
          Gets the errors value for this SimpleMutateResult.
 ApiError getErrors(int i)
           
 Operand[] getResults()
          Gets the results value for this SimpleMutateResult.
 Operand getResults(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setErrors(ApiError[] errors)
          Sets the errors value for this SimpleMutateResult.
 void setErrors(int i, ApiError _value)
           
 void setResults(int i, Operand _value)
           
 void setResults(Operand[] results)
          Sets the results value for this SimpleMutateResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMutateResult

public SimpleMutateResult()

SimpleMutateResult

public SimpleMutateResult(Operand[] results,
                          ApiError[] errors)
Method Detail

getResults

public Operand[] getResults()
Gets the results value for this SimpleMutateResult.

Returns:
results * List of the results, in the same order they were submitted.

setResults

public void setResults(Operand[] results)
Sets the results value for this SimpleMutateResult.

Parameters:
results - * List of the results, in the same order they were submitted.

getResults

public Operand getResults(int i)

setResults

public void setResults(int i,
                       Operand _value)

getErrors

public ApiError[] getErrors()
Gets the errors value for this SimpleMutateResult.

Returns:
errors * List of errors resulting from the invocation.

setErrors

public void setErrors(ApiError[] errors)
Sets the errors value for this SimpleMutateResult.

Parameters:
errors - * List of errors resulting from the invocation.

getErrors

public ApiError getErrors(int i)

setErrors

public void setErrors(int i,
                      ApiError _value)

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.