public class PolicyFindingError extends ApiError
Java class for PolicyFindingError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyFindingError">
<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}PolicyFindingError.Reason" minOccurs="0"/>
<element name="policySummary" type="{https://adwords.google.com/api/adwords/cm/v201809}PolicySummary" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PolicySummary |
policySummary |
protected PolicyFindingErrorReason |
reason |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
PolicyFindingError() |
| Modifier and Type | Method and Description |
|---|---|
PolicySummary |
getPolicySummary()
Gets the value of the policySummary property.
|
PolicyFindingErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setPolicySummary(PolicySummary value)
Sets the value of the policySummary property.
|
void |
setReason(PolicyFindingErrorReason value)
Sets the value of the reason property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected PolicyFindingErrorReason reason
protected PolicySummary policySummary
public PolicyFindingErrorReason getReason()
PolicyFindingErrorReasonpublic void setReason(PolicyFindingErrorReason value)
value - allowed object is
PolicyFindingErrorReasonpublic PolicySummary getPolicySummary()
PolicySummarypublic void setPolicySummary(PolicySummary value)
value - allowed object is
PolicySummaryCopyright © 2023. All rights reserved.