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