public class UniversalAppCampaignInfo extends Object
Java class for UniversalAppCampaignInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UniversalAppCampaignInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="biddingStrategyGoalType" type="{https://adwords.google.com/api/adwords/cm/v201809}UniversalAppBiddingStrategyGoalType" minOccurs="0"/>
<element name="appId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="appVendor" type="{https://adwords.google.com/api/adwords/cm/v201809}MobileApplicationVendor" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
appId |
protected MobileApplicationVendor |
appVendor |
protected UniversalAppBiddingStrategyGoalType |
biddingStrategyGoalType |
| Constructor and Description |
|---|
UniversalAppCampaignInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId()
Gets the value of the appId property.
|
MobileApplicationVendor |
getAppVendor()
Gets the value of the appVendor property.
|
UniversalAppBiddingStrategyGoalType |
getBiddingStrategyGoalType()
Gets the value of the biddingStrategyGoalType property.
|
void |
setAppId(String value)
Sets the value of the appId property.
|
void |
setAppVendor(MobileApplicationVendor value)
Sets the value of the appVendor property.
|
void |
setBiddingStrategyGoalType(UniversalAppBiddingStrategyGoalType value)
Sets the value of the biddingStrategyGoalType property.
|
protected UniversalAppBiddingStrategyGoalType biddingStrategyGoalType
protected String appId
protected MobileApplicationVendor appVendor
public UniversalAppBiddingStrategyGoalType getBiddingStrategyGoalType()
UniversalAppBiddingStrategyGoalTypepublic void setBiddingStrategyGoalType(UniversalAppBiddingStrategyGoalType value)
value - allowed object is
UniversalAppBiddingStrategyGoalTypepublic String getAppId()
Stringpublic void setAppId(String value)
value - allowed object is
Stringpublic MobileApplicationVendor getAppVendor()
MobileApplicationVendorpublic void setAppVendor(MobileApplicationVendor value)
value - allowed object is
MobileApplicationVendorCopyright © 2023. All rights reserved.