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