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