public final class Pricing
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the DCM/DFA Reporting And Trafficking API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Pricing() |
| Modifier and Type | Method and Description |
|---|---|
Pricing |
clone() |
java.lang.String |
getCapCostType()
Cap cost type of this inventory item.
|
com.google.api.client.util.DateTime |
getEndDate()
End date of this inventory item.
|
java.util.List<Flight> |
getFlights()
Flights of this inventory item.
|
java.lang.String |
getGroupType()
Group type of this inventory item if it represents a placement group.
|
java.lang.String |
getPricingType()
Pricing type of this inventory item.
|
com.google.api.client.util.DateTime |
getStartDate()
Start date of this inventory item.
|
Pricing |
set(java.lang.String fieldName,
java.lang.Object value) |
Pricing |
setCapCostType(java.lang.String capCostType)
Cap cost type of this inventory item.
|
Pricing |
setEndDate(com.google.api.client.util.DateTime endDate)
End date of this inventory item.
|
Pricing |
setFlights(java.util.List<Flight> flights)
Flights of this inventory item.
|
Pricing |
setGroupType(java.lang.String groupType)
Group type of this inventory item if it represents a placement group.
|
Pricing |
setPricingType(java.lang.String pricingType)
Pricing type of this inventory item.
|
Pricing |
setStartDate(com.google.api.client.util.DateTime startDate)
Start date of this inventory item.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getCapCostType()
null for nonepublic Pricing setCapCostType(java.lang.String capCostType)
capCostType - capCostType or null for nonepublic com.google.api.client.util.DateTime getEndDate()
null for nonepublic Pricing setEndDate(com.google.api.client.util.DateTime endDate)
endDate - endDate or null for nonepublic java.util.List<Flight> getFlights()
null for nonepublic Pricing setFlights(java.util.List<Flight> flights)
flights - flights or null for nonepublic java.lang.String getGroupType()
null for nonepublic Pricing setGroupType(java.lang.String groupType)
groupType - groupType or null for nonepublic java.lang.String getPricingType()
null for nonepublic Pricing setPricingType(java.lang.String pricingType)
pricingType - pricingType or null for nonepublic com.google.api.client.util.DateTime getStartDate()
null for nonepublic Pricing setStartDate(com.google.api.client.util.DateTime startDate)
startDate - startDate or null for nonepublic Pricing set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Pricing clone()
clone in class com.google.api.client.json.GenericJson