public class GetAudienceFullEstimationRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Age" type="{https://bingads.microsoft.com/AdInsight/v13}SelectionOfAgeEnum" minOccurs="0"/>
<element name="Gender" type="{https://bingads.microsoft.com/AdInsight/v13}SelectionOfGenderEnum" minOccurs="0"/>
<element name="Audience" type="{https://bingads.microsoft.com/AdInsight/v13}SelectionOflong" minOccurs="0"/>
<element name="Company" type="{https://bingads.microsoft.com/AdInsight/v13}SelectionOflong" minOccurs="0"/>
<element name="Industry" type="{https://bingads.microsoft.com/AdInsight/v13}SelectionOflong" minOccurs="0"/>
<element name="JobFunction" type="{https://bingads.microsoft.com/AdInsight/v13}SelectionOflong" minOccurs="0"/>
<element name="Location" type="{https://bingads.microsoft.com/AdInsight/v13}SelectionOflong" minOccurs="0"/>
<element name="RadiusTargets" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfRadiusTarget" minOccurs="0"/>
<element name="CampaignBiddingStrategy" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CampaignSubType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Feed" type="{https://bingads.microsoft.com/AdInsight/v13}Feed" minOccurs="0"/>
<element name="DailyBudget" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="Bid" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="Currency" type="{https://bingads.microsoft.com/AdInsight/v13}Currency" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SelectionOfAgeEnum |
age |
protected SelectionOflong |
audience |
protected BigDecimal |
bid |
protected Integer |
campaignBiddingStrategy |
protected Integer |
campaignSubType |
protected SelectionOflong |
company |
protected Currency |
currency |
protected BigDecimal |
dailyBudget |
protected Feed |
feed |
protected SelectionOfGenderEnum |
gender |
protected SelectionOflong |
industry |
protected SelectionOflong |
jobFunction |
protected SelectionOflong |
location |
protected ArrayOfRadiusTarget |
radiusTargets |
| Constructor and Description |
|---|
GetAudienceFullEstimationRequest() |
| Modifier and Type | Method and Description |
|---|---|
SelectionOfAgeEnum |
getAge()
Gets the value of the age property.
|
SelectionOflong |
getAudience()
Gets the value of the audience property.
|
BigDecimal |
getBid()
Gets the value of the bid property.
|
Integer |
getCampaignBiddingStrategy()
Gets the value of the campaignBiddingStrategy property.
|
Integer |
getCampaignSubType()
Gets the value of the campaignSubType property.
|
SelectionOflong |
getCompany()
Gets the value of the company property.
|
Currency |
getCurrency()
Gets the value of the currency property.
|
BigDecimal |
getDailyBudget()
Gets the value of the dailyBudget property.
|
Feed |
getFeed()
Gets the value of the feed property.
|
SelectionOfGenderEnum |
getGender()
Gets the value of the gender property.
|
SelectionOflong |
getIndustry()
Gets the value of the industry property.
|
SelectionOflong |
getJobFunction()
Gets the value of the jobFunction property.
|
SelectionOflong |
getLocation()
Gets the value of the location property.
|
ArrayOfRadiusTarget |
getRadiusTargets()
Gets the value of the radiusTargets property.
|
void |
setAge(SelectionOfAgeEnum value)
Sets the value of the age property.
|
void |
setAudience(SelectionOflong value)
Sets the value of the audience property.
|
void |
setBid(BigDecimal value)
Sets the value of the bid property.
|
void |
setCampaignBiddingStrategy(Integer value)
Sets the value of the campaignBiddingStrategy property.
|
void |
setCampaignSubType(Integer value)
Sets the value of the campaignSubType property.
|
void |
setCompany(SelectionOflong value)
Sets the value of the company property.
|
void |
setCurrency(Currency value)
Sets the value of the currency property.
|
void |
setDailyBudget(BigDecimal value)
Sets the value of the dailyBudget property.
|
void |
setFeed(Feed value)
Sets the value of the feed property.
|
void |
setGender(SelectionOfGenderEnum value)
Sets the value of the gender property.
|
void |
setIndustry(SelectionOflong value)
Sets the value of the industry property.
|
void |
setJobFunction(SelectionOflong value)
Sets the value of the jobFunction property.
|
void |
setLocation(SelectionOflong value)
Sets the value of the location property.
|
void |
setRadiusTargets(ArrayOfRadiusTarget value)
Sets the value of the radiusTargets property.
|
protected SelectionOfAgeEnum age
protected SelectionOfGenderEnum gender
protected SelectionOflong audience
protected SelectionOflong company
protected SelectionOflong industry
protected SelectionOflong jobFunction
protected SelectionOflong location
protected ArrayOfRadiusTarget radiusTargets
protected Integer campaignBiddingStrategy
protected Integer campaignSubType
protected Feed feed
protected BigDecimal dailyBudget
protected BigDecimal bid
protected Currency currency
public SelectionOfAgeEnum getAge()
SelectionOfAgeEnumpublic void setAge(SelectionOfAgeEnum value)
value - allowed object is
SelectionOfAgeEnumpublic SelectionOfGenderEnum getGender()
SelectionOfGenderEnumpublic void setGender(SelectionOfGenderEnum value)
value - allowed object is
SelectionOfGenderEnumpublic SelectionOflong getAudience()
SelectionOflongpublic void setAudience(SelectionOflong value)
value - allowed object is
SelectionOflongpublic SelectionOflong getCompany()
SelectionOflongpublic void setCompany(SelectionOflong value)
value - allowed object is
SelectionOflongpublic SelectionOflong getIndustry()
SelectionOflongpublic void setIndustry(SelectionOflong value)
value - allowed object is
SelectionOflongpublic SelectionOflong getJobFunction()
SelectionOflongpublic void setJobFunction(SelectionOflong value)
value - allowed object is
SelectionOflongpublic SelectionOflong getLocation()
SelectionOflongpublic void setLocation(SelectionOflong value)
value - allowed object is
SelectionOflongpublic ArrayOfRadiusTarget getRadiusTargets()
ArrayOfRadiusTargetpublic void setRadiusTargets(ArrayOfRadiusTarget value)
value - allowed object is
ArrayOfRadiusTargetpublic Integer getCampaignBiddingStrategy()
Integerpublic void setCampaignBiddingStrategy(Integer value)
value - allowed object is
Integerpublic Integer getCampaignSubType()
Integerpublic void setCampaignSubType(Integer value)
value - allowed object is
Integerpublic void setFeed(Feed value)
value - allowed object is
Feedpublic BigDecimal getDailyBudget()
BigDecimalpublic void setDailyBudget(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getBid()
BigDecimalpublic void setBid(BigDecimal value)
value - allowed object is
BigDecimalpublic Currency getCurrency()
CurrencyCopyright © 2024. All rights reserved.