public class ProposalActionError extends ApiError
Proposal objects.
Java class for ProposalActionError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProposalActionError">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201802}ApiError">
<sequence>
<element name="reason" type="{https://www.google.com/apis/ads/publisher/v201802}ProposalActionError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProposalActionErrorReason |
reason |
errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
ProposalActionError() |
| Modifier and Type | Method and Description |
|---|---|
ProposalActionErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(ProposalActionErrorReason value)
Sets the value of the reason property.
|
getErrorString, getFieldPath, getFieldPathElements, getTrigger, setErrorString, setFieldPath, setTriggerprotected ProposalActionErrorReason reason
public ProposalActionErrorReason getReason()
ProposalActionErrorReasonpublic void setReason(ProposalActionErrorReason value)
value - allowed object is
ProposalActionErrorReasonCopyright © 2018. All Rights Reserved.