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