public class ActivityGroup extends Object
Java class for ActivityGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="companyIds" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="impressionsLookback" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="clicksLookback" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="status" type="{https://www.google.com/apis/ads/publisher/v201802}ActivityGroup.Status" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
clicksLookback |
protected List<Long> |
companyIds |
protected Integer |
id |
protected Integer |
impressionsLookback |
protected String |
name |
protected ActivityGroupStatus |
status |
| Constructor and Description |
|---|
ActivityGroup() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getClicksLookback()
Gets the value of the clicksLookback property.
|
List<Long> |
getCompanyIds()
Gets the value of the companyIds property.
|
Integer |
getId()
Gets the value of the id property.
|
Integer |
getImpressionsLookback()
Gets the value of the impressionsLookback property.
|
String |
getName()
Gets the value of the name property.
|
ActivityGroupStatus |
getStatus()
Gets the value of the status property.
|
void |
setClicksLookback(Integer value)
Sets the value of the clicksLookback property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setImpressionsLookback(Integer value)
Sets the value of the impressionsLookback property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStatus(ActivityGroupStatus value)
Sets the value of the status property.
|
protected Integer id
protected String name
protected Integer impressionsLookback
protected Integer clicksLookback
protected ActivityGroupStatus status
public void setId(Integer value)
value - allowed object is
Integerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic List<Long> getCompanyIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the companyIds property.
For example, to add a new item, do as follows:
getCompanyIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public Integer getImpressionsLookback()
Integerpublic void setImpressionsLookback(Integer value)
value - allowed object is
Integerpublic Integer getClicksLookback()
Integerpublic void setClicksLookback(Integer value)
value - allowed object is
Integerpublic ActivityGroupStatus getStatus()
ActivityGroupStatuspublic void setStatus(ActivityGroupStatus value)
value - allowed object is
ActivityGroupStatusCopyright © 2018. All Rights Reserved.