public class ContentBundle extends Object
ContentBundle is a grouping of individual Content. A ContentBundle is
defined as including the Content that match certain filter rules, along with the
option to explicitly include or exclude certain Content IDs.
Java class for ContentBundle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentBundle">
<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://www.google.com/apis/ads/publisher/v201805}ContentBundleStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
name |
protected ContentBundleStatus |
status |
| Constructor and Description |
|---|
ContentBundle() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
ContentBundleStatus |
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(ContentBundleStatus value)
Sets the value of the status property.
|
protected Long id
protected String name
protected ContentBundleStatus status
public void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ContentBundleStatus getStatus()
ContentBundleStatuspublic void setStatus(ContentBundleStatus value)
value - allowed object is
ContentBundleStatusCopyright © 2018. All Rights Reserved.