public class StringFormatError extends ApiError
Java class for StringFormatError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StringFormatError">
<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}StringFormatError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected StringFormatErrorReason |
reason |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
StringFormatError() |
| Modifier and Type | Method and Description |
|---|---|
StringFormatErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(StringFormatErrorReason value)
Sets the value of the reason property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected StringFormatErrorReason reason
public StringFormatErrorReason getReason()
StringFormatErrorReasonpublic void setReason(StringFormatErrorReason value)
value - allowed object is
StringFormatErrorReasonCopyright © 2023. All rights reserved.