public class MutateResult extends Object implements Serializable, BatchJobMutateResultInterface<com.google.api.ads.adwords.jaxws.v201708.cm.Operand,com.google.api.ads.adwords.jaxws.v201708.cm.ApiError>
BatchJobMutateResultInterface.BatchJobErrorListInterface<E>| Constructor and Description |
|---|
MutateResult() |
| Modifier and Type | Method and Description |
|---|---|
ErrorList |
getErrorList()
Returns the list of errors for the result.
|
Long |
getIndex()
Returns the zero-based index of this result.
|
com.google.api.ads.adwords.jaxws.v201708.cm.Operand |
getOperand()
Returns the successfully modified object for the result.
|
void |
setErrorList(ErrorList errorList) |
void |
setIndex(Long index) |
void |
setOperand(com.google.api.ads.adwords.jaxws.v201708.cm.Operand operand) |
public com.google.api.ads.adwords.jaxws.v201708.cm.Operand getOperand()
BatchJobMutateResultInterfaceBatchJobMutateResultInterface.getErrorList() will not be null, but not both.getOperand in interface BatchJobMutateResultInterface<com.google.api.ads.adwords.jaxws.v201708.cm.Operand,com.google.api.ads.adwords.jaxws.v201708.cm.ApiError>public void setOperand(com.google.api.ads.adwords.jaxws.v201708.cm.Operand operand)
public Long getIndex()
BatchJobMutateResultInterfacegetIndex in interface BatchJobMutateResultInterface<com.google.api.ads.adwords.jaxws.v201708.cm.Operand,com.google.api.ads.adwords.jaxws.v201708.cm.ApiError>public void setIndex(Long index)
public ErrorList getErrorList()
BatchJobMutateResultInterfaceBatchJobMutateResultInterface.getOperand() will not be null, but not both.getErrorList in interface BatchJobMutateResultInterface<com.google.api.ads.adwords.jaxws.v201708.cm.Operand,com.google.api.ads.adwords.jaxws.v201708.cm.ApiError>public void setErrorList(ErrorList errorList)
Copyright © 2018. All Rights Reserved.