public class MutateResult extends Object
Java class for MutateResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MutateResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="result" type="{https://adwords.google.com/api/adwords/cm/v201809}Operand" minOccurs="0"/>
<element name="errorList" type="{https://adwords.google.com/api/adwords/cm/v201809}ErrorList" minOccurs="0"/>
<element name="index" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ErrorList |
errorList |
protected Long |
index |
protected Operand |
result |
| Constructor and Description |
|---|
MutateResult() |
| Modifier and Type | Method and Description |
|---|---|
ErrorList |
getErrorList()
Gets the value of the errorList property.
|
Long |
getIndex()
Gets the value of the index property.
|
Operand |
getResult()
Gets the value of the result property.
|
void |
setErrorList(ErrorList value)
Sets the value of the errorList property.
|
void |
setIndex(Long value)
Sets the value of the index property.
|
void |
setResult(Operand value)
Sets the value of the result property.
|
protected Operand result
protected ErrorList errorList
protected Long index
public Operand getResult()
Operandpublic void setResult(Operand value)
value - allowed object is
Operandpublic ErrorList getErrorList()
ErrorListpublic void setErrorList(ErrorList value)
value - allowed object is
ErrorListpublic Long getIndex()
LongCopyright © 2023. All rights reserved.