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