public abstract class BidLandscape extends DataEntry
Java class for BidLandscape complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BidLandscape">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}DataEntry">
<sequence>
<element name="campaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="adGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="startDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="landscapePoints" type="{https://adwords.google.com/api/adwords/cm/v201809}BidLandscape.LandscapePoint" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected Long |
campaignId |
protected String |
endDate |
protected List<BidLandscapeLandscapePoint> |
landscapePoints |
protected String |
startDate |
dataEntryType| Constructor and Description |
|---|
BidLandscape() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
String |
getEndDate()
Gets the value of the endDate property.
|
List<BidLandscapeLandscapePoint> |
getLandscapePoints()
Gets the value of the landscapePoints property.
|
String |
getStartDate()
Gets the value of the startDate property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setEndDate(String value)
Sets the value of the endDate property.
|
void |
setStartDate(String value)
Sets the value of the startDate property.
|
getDataEntryType, setDataEntryTypeprotected Long campaignId
protected Long adGroupId
protected String startDate
protected String endDate
protected List<BidLandscapeLandscapePoint> landscapePoints
public Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic String getStartDate()
Stringpublic void setStartDate(String value)
value - allowed object is
Stringpublic String getEndDate()
Stringpublic void setEndDate(String value)
value - allowed object is
Stringpublic List<BidLandscapeLandscapePoint> getLandscapePoints()
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 landscapePoints property.
For example, to add a new item, do as follows:
getLandscapePoints().add(newItem);
Objects of the following type(s) are allowed in the list
BidLandscapeLandscapePoint
Copyright © 2023. All rights reserved.