public class RateExceededError extends ApiError
Java class for RateExceededError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RateExceededError">
<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}RateExceededError.Reason" minOccurs="0"/>
<element name="rateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="rateScope" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="retryAfterSeconds" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
rateName |
protected String |
rateScope |
protected RateExceededErrorReason |
reason |
protected Integer |
retryAfterSeconds |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
RateExceededError() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRateName()
Gets the value of the rateName property.
|
String |
getRateScope()
Gets the value of the rateScope property.
|
RateExceededErrorReason |
getReason()
Gets the value of the reason property.
|
Integer |
getRetryAfterSeconds()
Gets the value of the retryAfterSeconds property.
|
void |
setRateName(String value)
Sets the value of the rateName property.
|
void |
setRateScope(String value)
Sets the value of the rateScope property.
|
void |
setReason(RateExceededErrorReason value)
Sets the value of the reason property.
|
void |
setRetryAfterSeconds(Integer value)
Sets the value of the retryAfterSeconds property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected RateExceededErrorReason reason
protected String rateName
protected String rateScope
protected Integer retryAfterSeconds
public RateExceededErrorReason getReason()
RateExceededErrorReasonpublic void setReason(RateExceededErrorReason value)
value - allowed object is
RateExceededErrorReasonpublic String getRateName()
Stringpublic void setRateName(String value)
value - allowed object is
Stringpublic String getRateScope()
Stringpublic void setRateScope(String value)
value - allowed object is
Stringpublic Integer getRetryAfterSeconds()
IntegerCopyright © 2023. All rights reserved.