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