public class MutateResult extends Object implements Serializable, BatchJobMutateResultInterface<Operand,ApiError>
BatchJobMutateResultInterface.BatchJobErrorListInterface<E>| Constructor and Description |
|---|
MutateResult() |
| Modifier and Type | Method and Description |
|---|---|
ErrorList |
getErrorList() |
Long |
getIndex() |
Operand |
getOperand() |
void |
setErrorList(ErrorList errorList) |
void |
setIndex(Long index) |
void |
setOperand(Operand operand) |
public Operand getOperand()
getOperand in interface BatchJobMutateResultInterface<Operand,ApiError>public void setOperand(Operand operand)
public Long getIndex()
getIndex in interface BatchJobMutateResultInterface<Operand,ApiError>public void setIndex(Long index)
public ErrorList getErrorList()
getErrorList in interface BatchJobMutateResultInterface<Operand,ApiError>public void setErrorList(ErrorList errorList)
Copyright © 2023. All rights reserved.