public class MutateResult extends Object implements Serializable, BatchJobMutateResultInterface<com.google.api.ads.adwords.jaxws.v201705.cm.Operand,com.google.api.ads.adwords.jaxws.v201705.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.v201705.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.v201705.cm.Operand operand) |
public com.google.api.ads.adwords.jaxws.v201705.cm.Operand getOperand()
BatchJobMutateResultInterface
BatchJobMutateResultInterface.getErrorList()
will not be null, but not both.getOperand
in interface BatchJobMutateResultInterface<com.google.api.ads.adwords.jaxws.v201705.cm.Operand,com.google.api.ads.adwords.jaxws.v201705.cm.ApiError>
public void setOperand(com.google.api.ads.adwords.jaxws.v201705.cm.Operand operand)
public Long getIndex()
BatchJobMutateResultInterface
getIndex
in interface BatchJobMutateResultInterface<com.google.api.ads.adwords.jaxws.v201705.cm.Operand,com.google.api.ads.adwords.jaxws.v201705.cm.ApiError>
public void setIndex(Long index)
public ErrorList getErrorList()
BatchJobMutateResultInterface
BatchJobMutateResultInterface.getOperand()
will not be null, but not both.getErrorList
in interface BatchJobMutateResultInterface<com.google.api.ads.adwords.jaxws.v201705.cm.Operand,com.google.api.ads.adwords.jaxws.v201705.cm.ApiError>
public void setErrorList(ErrorList errorList)
Copyright © 2018. All Rights Reserved.