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