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