public class CustomerSyncError extends ApiError
Java class for CustomerSyncError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerSyncError">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ApiError">
<sequence>
<element name="reason" type="{https://adwords.google.com/api/adwords/ch/v201809}CustomerSyncError.Reason" minOccurs="0"/>
<element name="campaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
campaignId |
protected CustomerSyncErrorReason |
reason |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
CustomerSyncError() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
CustomerSyncErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setReason(CustomerSyncErrorReason value)
Sets the value of the reason property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected CustomerSyncErrorReason reason
protected Long campaignId
public CustomerSyncErrorReason getReason()
CustomerSyncErrorReasonpublic void setReason(CustomerSyncErrorReason value)
value - allowed object is
CustomerSyncErrorReasonpublic Long getCampaignId()
LongCopyright © 2023. All rights reserved.