public class MobileApplicationActionError extends ApiError
MobileApplication objects.
Java class for MobileApplicationActionError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MobileApplicationActionError">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201711}ApiError">
<sequence>
<element name="reason" type="{https://www.google.com/apis/ads/publisher/v201711}MobileApplicationActionError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MobileApplicationActionErrorReason |
reason |
errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
MobileApplicationActionError() |
| Modifier and Type | Method and Description |
|---|---|
MobileApplicationActionErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(MobileApplicationActionErrorReason value)
Sets the value of the reason property.
|
getErrorString, getFieldPath, getFieldPathElements, getTrigger, setErrorString, setFieldPath, setTriggerprotected MobileApplicationActionErrorReason reason
public MobileApplicationActionErrorReason getReason()
MobileApplicationActionErrorReasonpublic void setReason(MobileApplicationActionErrorReason value)
value - allowed object is
MobileApplicationActionErrorReasonCopyright © 2018. All Rights Reserved.