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