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