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