public class TimeZoneError extends ApiError
Java class for TimeZoneError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeZoneError">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201802}ApiError">
<sequence>
<element name="reason" type="{https://www.google.com/apis/ads/publisher/v201802}TimeZoneError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TimeZoneErrorReason |
reason |
errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
TimeZoneError() |
| Modifier and Type | Method and Description |
|---|---|
TimeZoneErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(TimeZoneErrorReason value)
Sets the value of the reason property.
|
getErrorString, getFieldPath, getFieldPathElements, getTrigger, setErrorString, setFieldPath, setTriggerprotected TimeZoneErrorReason reason
public TimeZoneErrorReason getReason()
TimeZoneErrorReasonpublic void setReason(TimeZoneErrorReason value)
value - allowed object is
TimeZoneErrorReasonCopyright © 2018. All Rights Reserved.