public class EntityCountLimitExceeded extends ApiError
Java class for EntityCountLimitExceeded complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityCountLimitExceeded">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ApiError">
<sequence>
<element name="reason" type="{https://adwords.google.com/api/adwords/cm/v201809}EntityCountLimitExceeded.Reason" minOccurs="0"/>
<element name="enclosingId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="limit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="accountLimitType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="existingCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountLimitType |
protected String |
enclosingId |
protected Integer |
existingCount |
protected Integer |
limit |
protected EntityCountLimitExceededReason |
reason |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
EntityCountLimitExceeded() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountLimitType()
Gets the value of the accountLimitType property.
|
String |
getEnclosingId()
Gets the value of the enclosingId property.
|
Integer |
getExistingCount()
Gets the value of the existingCount property.
|
Integer |
getLimit()
Gets the value of the limit property.
|
EntityCountLimitExceededReason |
getReason()
Gets the value of the reason property.
|
void |
setAccountLimitType(String value)
Sets the value of the accountLimitType property.
|
void |
setEnclosingId(String value)
Sets the value of the enclosingId property.
|
void |
setExistingCount(Integer value)
Sets the value of the existingCount property.
|
void |
setLimit(Integer value)
Sets the value of the limit property.
|
void |
setReason(EntityCountLimitExceededReason value)
Sets the value of the reason property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected EntityCountLimitExceededReason reason
protected String enclosingId
protected Integer limit
protected String accountLimitType
protected Integer existingCount
public EntityCountLimitExceededReason getReason()
EntityCountLimitExceededReasonpublic void setReason(EntityCountLimitExceededReason value)
value - allowed object is
EntityCountLimitExceededReasonpublic String getEnclosingId()
Stringpublic void setEnclosingId(String value)
value - allowed object is
Stringpublic Integer getLimit()
Integerpublic void setLimit(Integer value)
value - allowed object is
Integerpublic String getAccountLimitType()
Stringpublic void setAccountLimitType(String value)
value - allowed object is
Stringpublic Integer getExistingCount()
IntegerCopyright © 2023. All rights reserved.