|
||||||||||
| 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.OperationResult
com.google.api.ads.adwords.v201109.cm.FailureResult
public class FailureResult
Represents a failure result for an individual mutate operation.
Currently, operations are applied in transactional batches, so the corresponding operation for this result may not itself be faulty.
The errors in the exception may contain OGNL
paths that identify
the faulty operations in the batch. Please see the subsequent
BatchFailureResults to determine the remaining operations
that were
also applied in the batch and their positions within the
batch.
| Constructor Summary | |
|---|---|
FailureResult()
|
|
FailureResult(String operationResultType,
ApiException cause)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
ApiException |
getCause()
Gets the cause value for this FailureResult. |
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 |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCause(ApiException cause)
Sets the cause value for this FailureResult. |
| Methods inherited from class com.google.api.ads.adwords.v201109.cm.OperationResult |
|---|
getOperationResultType, setOperationResultType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FailureResult()
public FailureResult(String operationResultType,
ApiException cause)
| Method Detail |
|---|
public ApiException getCause()
public void setCause(ApiException cause)
cause - * The exception describing the failure that occurred in processing
the
mutate operation.public boolean equals(Object obj)
equals in class OperationResultpublic int hashCode()
hashCode in class OperationResultpublic 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 | |||||||||