public class Draft extends Object
Java class for Draft complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Draft">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="draftId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="baseCampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="draftName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="draftStatus" type="{https://adwords.google.com/api/adwords/cm/v201809}DraftStatus" minOccurs="0"/>
<element name="draftCampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="hasRunningTrial" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
baseCampaignId |
protected Long |
draftCampaignId |
protected Long |
draftId |
protected String |
draftName |
protected DraftStatus |
draftStatus |
protected Boolean |
hasRunningTrial |
| Constructor and Description |
|---|
Draft() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBaseCampaignId()
Gets the value of the baseCampaignId property.
|
Long |
getDraftCampaignId()
Gets the value of the draftCampaignId property.
|
Long |
getDraftId()
Gets the value of the draftId property.
|
String |
getDraftName()
Gets the value of the draftName property.
|
DraftStatus |
getDraftStatus()
Gets the value of the draftStatus property.
|
Boolean |
isHasRunningTrial()
Gets the value of the hasRunningTrial property.
|
void |
setBaseCampaignId(Long value)
Sets the value of the baseCampaignId property.
|
void |
setDraftCampaignId(Long value)
Sets the value of the draftCampaignId property.
|
void |
setDraftId(Long value)
Sets the value of the draftId property.
|
void |
setDraftName(String value)
Sets the value of the draftName property.
|
void |
setDraftStatus(DraftStatus value)
Sets the value of the draftStatus property.
|
void |
setHasRunningTrial(Boolean value)
Sets the value of the hasRunningTrial property.
|
protected Long draftId
protected Long baseCampaignId
protected String draftName
protected DraftStatus draftStatus
protected Long draftCampaignId
protected Boolean hasRunningTrial
public Long getDraftId()
Longpublic void setDraftId(Long value)
value - allowed object is
Longpublic Long getBaseCampaignId()
Longpublic void setBaseCampaignId(Long value)
value - allowed object is
Longpublic String getDraftName()
Stringpublic void setDraftName(String value)
value - allowed object is
Stringpublic DraftStatus getDraftStatus()
DraftStatuspublic void setDraftStatus(DraftStatus value)
value - allowed object is
DraftStatuspublic Long getDraftCampaignId()
Longpublic void setDraftCampaignId(Long value)
value - allowed object is
Longpublic Boolean isHasRunningTrial()
BooleanCopyright © 2023. All rights reserved.