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