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.Flags| Constructor and Description |
|---|
PricingSchedule() |
| Modifier and Type | Method and Description |
|---|---|
PricingSchedule |
clone() |
java.lang.String |
getCapCostOption()
Placement cap cost option.
|
java.lang.Boolean |
getDisregardOverdelivery()
Whether cap costs are ignored by ad serving.
|
com.google.api.client.util.DateTime |
getEndDate()
Placement end date.
|
java.lang.Boolean |
getFlighted()
Whether this placement is flighted.
|
java.lang.Long |
getFloodlightActivityId()
Floodlight activity ID associated with this placement.
|
java.util.List<PricingSchedulePricingPeriod> |
getPricingPeriods()
Pricing periods for this placement.
|
java.lang.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(java.lang.String fieldName,
java.lang.Object value) |
PricingSchedule |
setCapCostOption(java.lang.String capCostOption)
Placement cap cost option.
|
PricingSchedule |
setDisregardOverdelivery(java.lang.Boolean disregardOverdelivery)
Whether cap costs are ignored by ad serving.
|
PricingSchedule |
setEndDate(com.google.api.client.util.DateTime endDate)
Placement end date.
|
PricingSchedule |
setFlighted(java.lang.Boolean flighted)
Whether this placement is flighted.
|
PricingSchedule |
setFloodlightActivityId(java.lang.Long floodlightActivityId)
Floodlight activity ID associated with this placement.
|
PricingSchedule |
setPricingPeriods(java.util.List<PricingSchedulePricingPeriod> pricingPeriods)
Pricing periods for this placement.
|
PricingSchedule |
setPricingType(java.lang.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, setUnknownKeyspublic java.lang.String getCapCostOption()
null for nonepublic PricingSchedule setCapCostOption(java.lang.String capCostOption)
capCostOption - capCostOption or null for nonepublic java.lang.Boolean getDisregardOverdelivery()
null for nonepublic PricingSchedule setDisregardOverdelivery(java.lang.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 java.lang.Boolean getFlighted()
null for nonepublic PricingSchedule setFlighted(java.lang.Boolean flighted)
flighted - flighted or null for nonepublic java.lang.Long getFloodlightActivityId()
null for nonepublic PricingSchedule setFloodlightActivityId(java.lang.Long floodlightActivityId)
floodlightActivityId - floodlightActivityId or null for nonepublic java.util.List<PricingSchedulePricingPeriod> getPricingPeriods()
null for nonepublic PricingSchedule setPricingPeriods(java.util.List<PricingSchedulePricingPeriod> pricingPeriods)
pricingPeriods - pricingPeriods or null for nonepublic java.lang.String getPricingType()
null for nonepublic PricingSchedule setPricingType(java.lang.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(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic PricingSchedule clone()
clone in class com.google.api.client.json.GenericJson