|
||||||||||
| 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.SimpleMutateResult
public class SimpleMutateResult
The results of a simple mutation job.
| 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 |
|---|
public SimpleMutateResult()
public SimpleMutateResult(Operand[] results,
ApiError[] errors)
| Method Detail |
|---|
public Operand[] getResults()
public void setResults(Operand[] results)
results - * List of the results, in the same order they were submitted.public Operand getResults(int i)
public void setResults(int i,
Operand _value)
public ApiError[] getErrors()
public void setErrors(ApiError[] errors)
errors - * List of errors resulting from the invocation.public ApiError getErrors(int i)
public void setErrors(int i,
ApiError _value)
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 | |||||||||