public class AdGroupBidLandscape extends BidLandscape
Java class for AdGroupBidLandscape complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdGroupBidLandscape">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}BidLandscape">
<sequence>
<element name="type" type="{https://adwords.google.com/api/adwords/cm/v201809}AdGroupBidLandscape.Type" minOccurs="0"/>
<element name="landscapeCurrent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
landscapeCurrent |
protected AdGroupBidLandscapeType |
type |
adGroupId, campaignId, endDate, landscapePoints, startDatedataEntryType| Constructor and Description |
|---|
AdGroupBidLandscape() |
| Modifier and Type | Method and Description |
|---|---|
AdGroupBidLandscapeType |
getType()
Gets the value of the type property.
|
Boolean |
isLandscapeCurrent()
Gets the value of the landscapeCurrent property.
|
void |
setLandscapeCurrent(Boolean value)
Sets the value of the landscapeCurrent property.
|
void |
setType(AdGroupBidLandscapeType value)
Sets the value of the type property.
|
getAdGroupId, getCampaignId, getEndDate, getLandscapePoints, getStartDate, setAdGroupId, setCampaignId, setEndDate, setStartDategetDataEntryType, setDataEntryTypeprotected AdGroupBidLandscapeType type
protected Boolean landscapeCurrent
public AdGroupBidLandscapeType getType()
AdGroupBidLandscapeTypepublic void setType(AdGroupBidLandscapeType value)
value - allowed object is
AdGroupBidLandscapeTypepublic Boolean isLandscapeCurrent()
BooleanCopyright © 2023. All rights reserved.