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