public class DraftAsyncError extends Object
Java class for DraftAsyncError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DraftAsyncError">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="baseCampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="draftId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="draftCampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="asyncError" type="{https://adwords.google.com/api/adwords/cm/v201809}ApiError" minOccurs="0"/>
<element name="baseAdGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="draftAdGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ApiError |
asyncError |
protected Long |
baseAdGroupId |
protected Long |
baseCampaignId |
protected Long |
draftAdGroupId |
protected Long |
draftCampaignId |
protected Long |
draftId |
| Constructor and Description |
|---|
DraftAsyncError() |
| Modifier and Type | Method and Description |
|---|---|
ApiError |
getAsyncError()
Gets the value of the asyncError property.
|
Long |
getBaseAdGroupId()
Gets the value of the baseAdGroupId property.
|
Long |
getBaseCampaignId()
Gets the value of the baseCampaignId property.
|
Long |
getDraftAdGroupId()
Gets the value of the draftAdGroupId property.
|
Long |
getDraftCampaignId()
Gets the value of the draftCampaignId property.
|
Long |
getDraftId()
Gets the value of the draftId property.
|
void |
setAsyncError(ApiError value)
Sets the value of the asyncError property.
|
void |
setBaseAdGroupId(Long value)
Sets the value of the baseAdGroupId property.
|
void |
setBaseCampaignId(Long value)
Sets the value of the baseCampaignId property.
|
void |
setDraftAdGroupId(Long value)
Sets the value of the draftAdGroupId property.
|
void |
setDraftCampaignId(Long value)
Sets the value of the draftCampaignId property.
|
void |
setDraftId(Long value)
Sets the value of the draftId property.
|
protected Long baseCampaignId
protected Long draftId
protected Long draftCampaignId
protected ApiError asyncError
protected Long baseAdGroupId
protected Long draftAdGroupId
public Long getBaseCampaignId()
Longpublic void setBaseCampaignId(Long value)
value - allowed object is
Longpublic Long getDraftId()
Longpublic void setDraftId(Long value)
value - allowed object is
Longpublic Long getDraftCampaignId()
Longpublic void setDraftCampaignId(Long value)
value - allowed object is
Longpublic ApiError getAsyncError()
ApiErrorpublic void setAsyncError(ApiError value)
value - allowed object is
ApiErrorpublic Long getBaseAdGroupId()
Longpublic void setBaseAdGroupId(Long value)
value - allowed object is
Longpublic Long getDraftAdGroupId()
LongCopyright © 2023. All rights reserved.