public class CampaignSharedSet extends Object
Java class for CampaignSharedSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignSharedSet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sharedSetId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="campaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="sharedSetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sharedSetType" type="{https://adwords.google.com/api/adwords/cm/v201809}SharedSetType" minOccurs="0"/>
<element name="campaignName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{https://adwords.google.com/api/adwords/cm/v201809}CampaignSharedSet.Status" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
campaignId |
protected String |
campaignName |
protected Long |
sharedSetId |
protected String |
sharedSetName |
protected SharedSetType |
sharedSetType |
protected CampaignSharedSetStatus |
status |
| Constructor and Description |
|---|
CampaignSharedSet() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
String |
getCampaignName()
Gets the value of the campaignName property.
|
Long |
getSharedSetId()
Gets the value of the sharedSetId property.
|
String |
getSharedSetName()
Gets the value of the sharedSetName property.
|
SharedSetType |
getSharedSetType()
Gets the value of the sharedSetType property.
|
CampaignSharedSetStatus |
getStatus()
Gets the value of the status property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setCampaignName(String value)
Sets the value of the campaignName property.
|
void |
setSharedSetId(Long value)
Sets the value of the sharedSetId property.
|
void |
setSharedSetName(String value)
Sets the value of the sharedSetName property.
|
void |
setSharedSetType(SharedSetType value)
Sets the value of the sharedSetType property.
|
void |
setStatus(CampaignSharedSetStatus value)
Sets the value of the status property.
|
protected Long sharedSetId
protected Long campaignId
protected String sharedSetName
protected SharedSetType sharedSetType
protected String campaignName
protected CampaignSharedSetStatus status
public Long getSharedSetId()
Longpublic void setSharedSetId(Long value)
value - allowed object is
Longpublic Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic String getSharedSetName()
Stringpublic void setSharedSetName(String value)
value - allowed object is
Stringpublic SharedSetType getSharedSetType()
SharedSetTypepublic void setSharedSetType(SharedSetType value)
value - allowed object is
SharedSetTypepublic String getCampaignName()
Stringpublic void setCampaignName(String value)
value - allowed object is
Stringpublic CampaignSharedSetStatus getStatus()
CampaignSharedSetStatuspublic void setStatus(CampaignSharedSetStatus value)
value - allowed object is
CampaignSharedSetStatusCopyright © 2023. All rights reserved.