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