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