All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.bingads.v13.adinsight.GetAudienceFullEstimationRequest Maven / Gradle / Ivy

Go to download

The Bing Ads Java SDK is a library improving developer experience when working with the Bing Ads services by providing high-level access to features such as Bulk API, OAuth Authorization and SOAP API.

There is a newer version: 13.0.22.1
Show newest version

package com.microsoft.bingads.v13.adinsight;

import java.math.BigDecimal;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

{@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "age", "gender", "audience", "company", "industry", "jobFunction", "location", "radiusTargets", "campaignBiddingStrategy", "campaignSubType", "feed", "dailyBudget", "bid", "currency" }) @XmlRootElement(name = "GetAudienceFullEstimationRequest") public class GetAudienceFullEstimationRequest { @XmlElement(name = "Age", nillable = true) protected SelectionOfAgeEnum age; @XmlElement(name = "Gender", nillable = true) protected SelectionOfGenderEnum gender; @XmlElement(name = "Audience", nillable = true) protected SelectionOflong audience; @XmlElement(name = "Company", nillable = true) protected SelectionOflong company; @XmlElement(name = "Industry", nillable = true) protected SelectionOflong industry; @XmlElement(name = "JobFunction", nillable = true) protected SelectionOflong jobFunction; @XmlElement(name = "Location", nillable = true) protected SelectionOflong location; @XmlElement(name = "RadiusTargets", nillable = true) protected ArrayOfRadiusTarget radiusTargets; @XmlElement(name = "CampaignBiddingStrategy", nillable = true) protected Integer campaignBiddingStrategy; @XmlElement(name = "CampaignSubType", nillable = true) protected Integer campaignSubType; @XmlElement(name = "Feed", nillable = true) protected Feed feed; @XmlElement(name = "DailyBudget", nillable = true) protected BigDecimal dailyBudget; @XmlElement(name = "Bid", nillable = true) protected BigDecimal bid; @XmlElement(name = "Currency", nillable = true) @XmlSchemaType(name = "string") protected Currency currency; /** * Gets the value of the age property. * * @return * possible object is * {@link SelectionOfAgeEnum } * */ public SelectionOfAgeEnum getAge() { return age; } /** * Sets the value of the age property. * * @param value * allowed object is * {@link SelectionOfAgeEnum } * */ public void setAge(SelectionOfAgeEnum value) { this.age = value; } /** * Gets the value of the gender property. * * @return * possible object is * {@link SelectionOfGenderEnum } * */ public SelectionOfGenderEnum getGender() { return gender; } /** * Sets the value of the gender property. * * @param value * allowed object is * {@link SelectionOfGenderEnum } * */ public void setGender(SelectionOfGenderEnum value) { this.gender = value; } /** * Gets the value of the audience property. * * @return * possible object is * {@link SelectionOflong } * */ public SelectionOflong getAudience() { return audience; } /** * Sets the value of the audience property. * * @param value * allowed object is * {@link SelectionOflong } * */ public void setAudience(SelectionOflong value) { this.audience = value; } /** * Gets the value of the company property. * * @return * possible object is * {@link SelectionOflong } * */ public SelectionOflong getCompany() { return company; } /** * Sets the value of the company property. * * @param value * allowed object is * {@link SelectionOflong } * */ public void setCompany(SelectionOflong value) { this.company = value; } /** * Gets the value of the industry property. * * @return * possible object is * {@link SelectionOflong } * */ public SelectionOflong getIndustry() { return industry; } /** * Sets the value of the industry property. * * @param value * allowed object is * {@link SelectionOflong } * */ public void setIndustry(SelectionOflong value) { this.industry = value; } /** * Gets the value of the jobFunction property. * * @return * possible object is * {@link SelectionOflong } * */ public SelectionOflong getJobFunction() { return jobFunction; } /** * Sets the value of the jobFunction property. * * @param value * allowed object is * {@link SelectionOflong } * */ public void setJobFunction(SelectionOflong value) { this.jobFunction = value; } /** * Gets the value of the location property. * * @return * possible object is * {@link SelectionOflong } * */ public SelectionOflong getLocation() { return location; } /** * Sets the value of the location property. * * @param value * allowed object is * {@link SelectionOflong } * */ public void setLocation(SelectionOflong value) { this.location = value; } /** * Gets the value of the radiusTargets property. * * @return * possible object is * {@link ArrayOfRadiusTarget } * */ public ArrayOfRadiusTarget getRadiusTargets() { return radiusTargets; } /** * Sets the value of the radiusTargets property. * * @param value * allowed object is * {@link ArrayOfRadiusTarget } * */ public void setRadiusTargets(ArrayOfRadiusTarget value) { this.radiusTargets = value; } /** * Gets the value of the campaignBiddingStrategy property. * * @return * possible object is * {@link Integer } * */ public Integer getCampaignBiddingStrategy() { return campaignBiddingStrategy; } /** * Sets the value of the campaignBiddingStrategy property. * * @param value * allowed object is * {@link Integer } * */ public void setCampaignBiddingStrategy(Integer value) { this.campaignBiddingStrategy = value; } /** * Gets the value of the campaignSubType property. * * @return * possible object is * {@link Integer } * */ public Integer getCampaignSubType() { return campaignSubType; } /** * Sets the value of the campaignSubType property. * * @param value * allowed object is * {@link Integer } * */ public void setCampaignSubType(Integer value) { this.campaignSubType = value; } /** * Gets the value of the feed property. * * @return * possible object is * {@link Feed } * */ public Feed getFeed() { return feed; } /** * Sets the value of the feed property. * * @param value * allowed object is * {@link Feed } * */ public void setFeed(Feed value) { this.feed = value; } /** * Gets the value of the dailyBudget property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getDailyBudget() { return dailyBudget; } /** * Sets the value of the dailyBudget property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setDailyBudget(BigDecimal value) { this.dailyBudget = value; } /** * Gets the value of the bid property. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getBid() { return bid; } /** * Sets the value of the bid property. * * @param value * allowed object is * {@link BigDecimal } * */ public void setBid(BigDecimal value) { this.bid = value; } /** * Gets the value of the currency property. * * @return * possible object is * {@link Currency } * */ public Currency getCurrency() { return currency; } /** * Sets the value of the currency property. * * @param value * allowed object is * {@link Currency } * */ public void setCurrency(Currency value) { this.currency = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy