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