public class CampaignGroup extends Object
Java class for CampaignGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{https://adwords.google.com/api/adwords/cm/v201809}CampaignGroupStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
name |
protected CampaignGroupStatus |
status |
| Constructor and Description |
|---|
CampaignGroup() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
CampaignGroupStatus |
getStatus()
Gets the value of the status property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStatus(CampaignGroupStatus value)
Sets the value of the status property.
|
protected Long id
protected String name
protected CampaignGroupStatus status
public void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic CampaignGroupStatus getStatus()
CampaignGroupStatuspublic void setStatus(CampaignGroupStatus value)
value - allowed object is
CampaignGroupStatusCopyright © 2023. All rights reserved.