public class FunctionParsingError extends ApiError
Java class for FunctionParsingError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FunctionParsingError">
<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}FunctionParsingError.Reason" minOccurs="0"/>
<element name="offendingText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="offendingTextIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
offendingText |
protected Integer |
offendingTextIndex |
protected FunctionParsingErrorReason |
reason |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
FunctionParsingError() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOffendingText()
Gets the value of the offendingText property.
|
Integer |
getOffendingTextIndex()
Gets the value of the offendingTextIndex property.
|
FunctionParsingErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setOffendingText(String value)
Sets the value of the offendingText property.
|
void |
setOffendingTextIndex(Integer value)
Sets the value of the offendingTextIndex property.
|
void |
setReason(FunctionParsingErrorReason value)
Sets the value of the reason property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected FunctionParsingErrorReason reason
protected String offendingText
protected Integer offendingTextIndex
public FunctionParsingErrorReason getReason()
FunctionParsingErrorReasonpublic void setReason(FunctionParsingErrorReason value)
value - allowed object is
FunctionParsingErrorReasonpublic String getOffendingText()
Stringpublic void setOffendingText(String value)
value - allowed object is
Stringpublic Integer getOffendingTextIndex()
IntegerCopyright © 2023. All rights reserved.