|
||||||||||
| 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.RateExceededError
public class RateExceededError
Signals that a call failed because a measured rate exceeded.
| Constructor Summary | |
|---|---|
RateExceededError()
|
|
RateExceededError(String fieldPath,
String trigger,
String errorString,
String apiErrorType,
RateExceededErrorReason reason,
String rateName,
String rateScope,
Integer retryAfterSeconds)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getRateName()
Gets the rateName value for this RateExceededError. |
String |
getRateScope()
Gets the rateScope value for this RateExceededError. |
RateExceededErrorReason |
getReason()
Gets the reason value for this RateExceededError. |
Integer |
getRetryAfterSeconds()
Gets the retryAfterSeconds value for this RateExceededError. |
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 |
setRateName(String rateName)
Sets the rateName value for this RateExceededError. |
void |
setRateScope(String rateScope)
Sets the rateScope value for this RateExceededError. |
void |
setReason(RateExceededErrorReason reason)
Sets the reason value for this RateExceededError. |
void |
setRetryAfterSeconds(Integer retryAfterSeconds)
Sets the retryAfterSeconds value for this RateExceededError. |
| 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 RateExceededError()
public RateExceededError(String fieldPath,
String trigger,
String errorString,
String apiErrorType,
RateExceededErrorReason reason,
String rateName,
String rateScope,
Integer retryAfterSeconds)
| Method Detail |
|---|
public RateExceededErrorReason getReason()
public void setReason(RateExceededErrorReason reason)
reason - * The error reason represented by an enum.public String getRateName()
public void setRateName(String rateName)
rateName - * Cause of the rate exceeded error.public String getRateScope()
public void setRateScope(String rateScope)
rateScope - * The scope of the rate (ACCOUNT/DEVELOPER).public Integer getRetryAfterSeconds()
public void setRetryAfterSeconds(Integer retryAfterSeconds)
retryAfterSeconds - * The amount of time (in seconds) the client should wait before
retrying the request.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 | |||||||||