com.google.api.ads.admanager.jaxws.v202311.BuyerRfp Maven / Gradle / Ivy
Show all versions of dfp-appengine Show documentation
// Copyright 2023 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package com.google.api.ads.admanager.jaxws.v202311;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
/**
*
* Represents the buyer RFP information associated with a {@link Proposal} describing the
* requirements from the buyer.
*
*
* Java class for BuyerRfp complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="BuyerRfp">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="costPerUnit" type="{https://www.google.com/apis/ads/publisher/v202311}Money" minOccurs="0"/>
* <element name="units" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
* <element name="budget" type="{https://www.google.com/apis/ads/publisher/v202311}Money" minOccurs="0"/>
* <element name="currencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="startDateTime" type="{https://www.google.com/apis/ads/publisher/v202311}DateTime" minOccurs="0"/>
* <element name="endDateTime" type="{https://www.google.com/apis/ads/publisher/v202311}DateTime" minOccurs="0"/>
* <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="creativePlaceholders" type="{https://www.google.com/apis/ads/publisher/v202311}CreativePlaceholder" maxOccurs="unbounded" minOccurs="0"/>
* <element name="targeting" type="{https://www.google.com/apis/ads/publisher/v202311}Targeting" minOccurs="0"/>
* <element name="additionalTerms" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="adExchangeEnvironment" type="{https://www.google.com/apis/ads/publisher/v202311}AdExchangeEnvironment" minOccurs="0"/>
* <element name="rfpType" type="{https://www.google.com/apis/ads/publisher/v202311}RfpType" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "BuyerRfp", propOrder = {
"costPerUnit",
"units",
"budget",
"currencyCode",
"startDateTime",
"endDateTime",
"description",
"creativePlaceholders",
"targeting",
"additionalTerms",
"adExchangeEnvironment",
"rfpType"
})
public class BuyerRfp {
protected Money costPerUnit;
protected Long units;
protected Money budget;
protected String currencyCode;
protected DateTime startDateTime;
protected DateTime endDateTime;
protected String description;
protected List creativePlaceholders;
protected Targeting targeting;
protected String additionalTerms;
@XmlSchemaType(name = "string")
protected AdExchangeEnvironment adExchangeEnvironment;
@XmlSchemaType(name = "string")
protected RfpType rfpType;
/**
* Gets the value of the costPerUnit property.
*
* @return
* possible object is
* {@link Money }
*
*/
public Money getCostPerUnit() {
return costPerUnit;
}
/**
* Sets the value of the costPerUnit property.
*
* @param value
* allowed object is
* {@link Money }
*
*/
public void setCostPerUnit(Money value) {
this.costPerUnit = value;
}
/**
* Gets the value of the units property.
*
* @return
* possible object is
* {@link Long }
*
*/
public Long getUnits() {
return units;
}
/**
* Sets the value of the units property.
*
* @param value
* allowed object is
* {@link Long }
*
*/
public void setUnits(Long value) {
this.units = value;
}
/**
* Gets the value of the budget property.
*
* @return
* possible object is
* {@link Money }
*
*/
public Money getBudget() {
return budget;
}
/**
* Sets the value of the budget property.
*
* @param value
* allowed object is
* {@link Money }
*
*/
public void setBudget(Money value) {
this.budget = value;
}
/**
* Gets the value of the currencyCode property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCurrencyCode() {
return currencyCode;
}
/**
* Sets the value of the currencyCode property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCurrencyCode(String value) {
this.currencyCode = value;
}
/**
* Gets the value of the startDateTime property.
*
* @return
* possible object is
* {@link DateTime }
*
*/
public DateTime getStartDateTime() {
return startDateTime;
}
/**
* Sets the value of the startDateTime property.
*
* @param value
* allowed object is
* {@link DateTime }
*
*/
public void setStartDateTime(DateTime value) {
this.startDateTime = value;
}
/**
* Gets the value of the endDateTime property.
*
* @return
* possible object is
* {@link DateTime }
*
*/
public DateTime getEndDateTime() {
return endDateTime;
}
/**
* Sets the value of the endDateTime property.
*
* @param value
* allowed object is
* {@link DateTime }
*
*/
public void setEndDateTime(DateTime value) {
this.endDateTime = value;
}
/**
* Gets the value of the description property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDescription() {
return description;
}
/**
* Sets the value of the description property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDescription(String value) {
this.description = value;
}
/**
* Gets the value of the creativePlaceholders property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the creativePlaceholders property.
*
*
* For example, to add a new item, do as follows:
*
* getCreativePlaceholders().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link CreativePlaceholder }
*
*
*/
public List getCreativePlaceholders() {
if (creativePlaceholders == null) {
creativePlaceholders = new ArrayList();
}
return this.creativePlaceholders;
}
/**
* Gets the value of the targeting property.
*
* @return
* possible object is
* {@link Targeting }
*
*/
public Targeting getTargeting() {
return targeting;
}
/**
* Sets the value of the targeting property.
*
* @param value
* allowed object is
* {@link Targeting }
*
*/
public void setTargeting(Targeting value) {
this.targeting = value;
}
/**
* Gets the value of the additionalTerms property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAdditionalTerms() {
return additionalTerms;
}
/**
* Sets the value of the additionalTerms property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAdditionalTerms(String value) {
this.additionalTerms = value;
}
/**
* Gets the value of the adExchangeEnvironment property.
*
* @return
* possible object is
* {@link AdExchangeEnvironment }
*
*/
public AdExchangeEnvironment getAdExchangeEnvironment() {
return adExchangeEnvironment;
}
/**
* Sets the value of the adExchangeEnvironment property.
*
* @param value
* allowed object is
* {@link AdExchangeEnvironment }
*
*/
public void setAdExchangeEnvironment(AdExchangeEnvironment value) {
this.adExchangeEnvironment = value;
}
/**
* Gets the value of the rfpType property.
*
* @return
* possible object is
* {@link RfpType }
*
*/
public RfpType getRfpType() {
return rfpType;
}
/**
* Sets the value of the rfpType property.
*
* @param value
* allowed object is
* {@link RfpType }
*
*/
public void setRfpType(RfpType value) {
this.rfpType = value;
}
}