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