public class AdCustomizerError extends ApiError
Java class for AdCustomizerError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdCustomizerError">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ApiError">
<sequence>
<element name="reason" type="{https://adwords.google.com/api/adwords/cm/v201809}AdCustomizerError.Reason" minOccurs="0"/>
<element name="functionString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="operatorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="operandIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="operandValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
functionString |
protected Integer |
operandIndex |
protected String |
operandValue |
protected String |
operatorName |
protected AdCustomizerErrorReason |
reason |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
AdCustomizerError() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionString()
Gets the value of the functionString property.
|
Integer |
getOperandIndex()
Gets the value of the operandIndex property.
|
String |
getOperandValue()
Gets the value of the operandValue property.
|
String |
getOperatorName()
Gets the value of the operatorName property.
|
AdCustomizerErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setFunctionString(String value)
Sets the value of the functionString property.
|
void |
setOperandIndex(Integer value)
Sets the value of the operandIndex property.
|
void |
setOperandValue(String value)
Sets the value of the operandValue property.
|
void |
setOperatorName(String value)
Sets the value of the operatorName property.
|
void |
setReason(AdCustomizerErrorReason value)
Sets the value of the reason property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected AdCustomizerErrorReason reason
protected String functionString
protected String operatorName
protected Integer operandIndex
protected String operandValue
public AdCustomizerErrorReason getReason()
AdCustomizerErrorReasonpublic void setReason(AdCustomizerErrorReason value)
value - allowed object is
AdCustomizerErrorReasonpublic String getFunctionString()
Stringpublic void setFunctionString(String value)
value - allowed object is
Stringpublic String getOperatorName()
Stringpublic void setOperatorName(String value)
value - allowed object is
Stringpublic Integer getOperandIndex()
Integerpublic void setOperandIndex(Integer value)
value - allowed object is
Integerpublic String getOperandValue()
StringCopyright © 2023. All rights reserved.