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