public final class PricingSchedule
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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PricingSchedule() |
| Modifier and Type | Method and Description |
|---|---|
PricingSchedule |
clone() |
String |
getCapCostOption()
Placement cap cost option.
|
Boolean |
getDisregardOverdelivery()
Whether cap costs are ignored by ad serving.
|
com.google.api.client.util.DateTime |
getEndDate()
Placement end date.
|
Boolean |
getFlighted()
Whether this placement is flighted.
|
Long |
getFloodlightActivityId()
Floodlight activity ID associated with this placement.
|
List<PricingSchedulePricingPeriod> |
getPricingPeriods()
Pricing periods for this placement.
|
String |
getPricingType()
Placement pricing type.
|
com.google.api.client.util.DateTime |
getStartDate()
Placement start date.
|
com.google.api.client.util.DateTime |
getTestingStartDate()
Testing start date of this placement.
|
PricingSchedule |
set(String fieldName,
Object value) |
PricingSchedule |
setCapCostOption(String capCostOption)
Placement cap cost option.
|
PricingSchedule |
setDisregardOverdelivery(Boolean disregardOverdelivery)
Whether cap costs are ignored by ad serving.
|
PricingSchedule |
setEndDate(com.google.api.client.util.DateTime endDate)
Placement end date.
|
PricingSchedule |
setFlighted(Boolean flighted)
Whether this placement is flighted.
|
PricingSchedule |
setFloodlightActivityId(Long floodlightActivityId)
Floodlight activity ID associated with this placement.
|
PricingSchedule |
setPricingPeriods(List<PricingSchedulePricingPeriod> pricingPeriods)
Pricing periods for this placement.
|
PricingSchedule |
setPricingType(String pricingType)
Placement pricing type.
|
PricingSchedule |
setStartDate(com.google.api.client.util.DateTime startDate)
Placement start date.
|
PricingSchedule |
setTestingStartDate(com.google.api.client.util.DateTime testingStartDate)
Testing start date of this placement.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getCapCostOption()
null for nonepublic PricingSchedule setCapCostOption(String capCostOption)
capCostOption - capCostOption or null for nonepublic Boolean getDisregardOverdelivery()
null for nonepublic PricingSchedule setDisregardOverdelivery(Boolean disregardOverdelivery)
disregardOverdelivery - disregardOverdelivery or null for nonepublic com.google.api.client.util.DateTime getEndDate()
null for nonepublic PricingSchedule setEndDate(com.google.api.client.util.DateTime endDate)
endDate - endDate or null for nonepublic Boolean getFlighted()
null for nonepublic PricingSchedule setFlighted(Boolean flighted)
flighted - flighted or null for nonepublic Long getFloodlightActivityId()
null for nonepublic PricingSchedule setFloodlightActivityId(Long floodlightActivityId)
floodlightActivityId - floodlightActivityId or null for nonepublic List<PricingSchedulePricingPeriod> getPricingPeriods()
null for nonepublic PricingSchedule setPricingPeriods(List<PricingSchedulePricingPeriod> pricingPeriods)
pricingPeriods - pricingPeriods or null for nonepublic String getPricingType()
null for nonepublic PricingSchedule setPricingType(String pricingType)
pricingType - pricingType or null for nonepublic com.google.api.client.util.DateTime getStartDate()
null for nonepublic PricingSchedule setStartDate(com.google.api.client.util.DateTime startDate)
startDate - startDate or null for nonepublic com.google.api.client.util.DateTime getTestingStartDate()
null for nonepublic PricingSchedule setTestingStartDate(com.google.api.client.util.DateTime testingStartDate)
testingStartDate - testingStartDate or null for nonepublic PricingSchedule set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic PricingSchedule clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2019 Google. All rights reserved.