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