public class BiddingErrors extends ApiError
Java class for BiddingErrors complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BiddingErrors">
<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}BiddingErrors.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BiddingErrorsReason |
reason |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
BiddingErrors() |
| Modifier and Type | Method and Description |
|---|---|
BiddingErrorsReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(BiddingErrorsReason value)
Sets the value of the reason property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected BiddingErrorsReason reason
public BiddingErrorsReason getReason()
BiddingErrorsReasonpublic void setReason(BiddingErrorsReason value)
value - allowed object is
BiddingErrorsReasonCopyright © 2023. All rights reserved.