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