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 Campaign Manager 360 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Pricing() |
| Modifier and Type | Method and Description |
|---|---|
Pricing |
clone() |
String |
getCapCostType()
Cap cost type of this inventory item.
|
com.google.api.client.util.DateTime |
getEndDate() |
List<Flight> |
getFlights()
Flights of this inventory item.
|
String |
getGroupType()
Group type of this inventory item if it represents a placement group.
|
String |
getPricingType()
Pricing type of this inventory item.
|
com.google.api.client.util.DateTime |
getStartDate() |
Pricing |
set(String fieldName,
Object value) |
Pricing |
setCapCostType(String capCostType)
Cap cost type of this inventory item.
|
Pricing |
setEndDate(com.google.api.client.util.DateTime endDate) |
Pricing |
setFlights(List<Flight> flights)
Flights of this inventory item.
|
Pricing |
setGroupType(String groupType)
Group type of this inventory item if it represents a placement group.
|
Pricing |
setPricingType(String pricingType)
Pricing type of this inventory item.
|
Pricing |
setStartDate(com.google.api.client.util.DateTime startDate) |
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getCapCostType()
null for nonepublic Pricing setCapCostType(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 List<Flight> getFlights()
null for nonepublic Pricing setFlights(List<Flight> flights)
flights - flights or null for nonepublic String getGroupType()
null for nonepublic Pricing setGroupType(String groupType)
groupType - groupType or null for nonepublic String getPricingType()
null for nonepublic Pricing setPricingType(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(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Pricing clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.