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