public class PlatformCampaignEstimate extends Object
Platform.
Java class for PlatformCampaignEstimate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlatformCampaignEstimate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="platform" type="{https://adwords.google.com/api/adwords/cm/v201809}Platform" minOccurs="0"/>
<element name="minEstimate" type="{https://adwords.google.com/api/adwords/o/v201809}StatsEstimate" minOccurs="0"/>
<element name="maxEstimate" type="{https://adwords.google.com/api/adwords/o/v201809}StatsEstimate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected StatsEstimate |
maxEstimate |
protected StatsEstimate |
minEstimate |
protected Platform |
platform |
| Constructor and Description |
|---|
PlatformCampaignEstimate() |
| Modifier and Type | Method and Description |
|---|---|
StatsEstimate |
getMaxEstimate()
Gets the value of the maxEstimate property.
|
StatsEstimate |
getMinEstimate()
Gets the value of the minEstimate property.
|
Platform |
getPlatform()
Gets the value of the platform property.
|
void |
setMaxEstimate(StatsEstimate value)
Sets the value of the maxEstimate property.
|
void |
setMinEstimate(StatsEstimate value)
Sets the value of the minEstimate property.
|
void |
setPlatform(Platform value)
Sets the value of the platform property.
|
protected Platform platform
protected StatsEstimate minEstimate
protected StatsEstimate maxEstimate
public Platform getPlatform()
Platformpublic void setPlatform(Platform value)
value - allowed object is
Platformpublic StatsEstimate getMinEstimate()
StatsEstimatepublic void setMinEstimate(StatsEstimate value)
value - allowed object is
StatsEstimatepublic StatsEstimate getMaxEstimate()
StatsEstimatepublic void setMaxEstimate(StatsEstimate value)
value - allowed object is
StatsEstimateCopyright © 2023. All rights reserved.