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