|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.ApiError
com.google.api.ads.adwords.v201109.cm.QuotaError
public class QuotaError
Errors that are thrown if a quota limit is exceeded.
| Constructor Summary | |
|---|---|
QuotaError()
|
|
QuotaError(String fieldPath,
String trigger,
String errorString,
String apiErrorType,
QuotaErrorReason reason,
Integer limit)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Integer |
getLimit()
Gets the limit value for this QuotaError. |
QuotaErrorReason |
getReason()
Gets the reason value for this QuotaError. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setLimit(Integer limit)
Sets the limit value for this QuotaError. |
void |
setReason(QuotaErrorReason reason)
Sets the reason value for this QuotaError. |
| Methods inherited from class com.google.api.ads.adwords.v201109.cm.ApiError |
|---|
getApiErrorType, getErrorString, getFieldPath, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTrigger |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuotaError()
public QuotaError(String fieldPath,
String trigger,
String errorString,
String apiErrorType,
QuotaErrorReason reason,
Integer limit)
| Method Detail |
|---|
public QuotaErrorReason getReason()
public void setReason(QuotaErrorReason reason)
reason - * The error reason represented by an enum.public Integer getLimit()
public void setLimit(Integer limit)
limit - * The number of entities allowed for this quota.public boolean equals(Object obj)
equals in class ApiErrorpublic int hashCode()
hashCode in class ApiErrorpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||