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