public final class BudgetSummary
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 Display & Video 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 |
|---|
BudgetSummary() |
| Modifier and Type | Method and Description |
|---|---|
BudgetSummary |
clone() |
String |
getExternalBudgetId()
Corresponds to the external_budget_id of a campaign budget.
|
Long |
getPreTaxAmountMicros()
The sum of charges made under this budget before taxes, in micros of the invoice's currency.
|
PrismaCpeCode |
getPrismaCpeCode()
Relevant client, product, and estimate codes from the Mediaocean Prisma tool.
|
Long |
getTaxAmountMicros()
The amount of tax applied to charges under this budget, in micros of the invoice's currency.
|
Long |
getTotalAmountMicros()
The total sum of charges made under this budget, including tax, in micros of the invoice's
currency.
|
BudgetSummary |
set(String fieldName,
Object value) |
BudgetSummary |
setExternalBudgetId(String externalBudgetId)
Corresponds to the external_budget_id of a campaign budget.
|
BudgetSummary |
setPreTaxAmountMicros(Long preTaxAmountMicros)
The sum of charges made under this budget before taxes, in micros of the invoice's currency.
|
BudgetSummary |
setPrismaCpeCode(PrismaCpeCode prismaCpeCode)
Relevant client, product, and estimate codes from the Mediaocean Prisma tool.
|
BudgetSummary |
setTaxAmountMicros(Long taxAmountMicros)
The amount of tax applied to charges under this budget, in micros of the invoice's currency.
|
BudgetSummary |
setTotalAmountMicros(Long totalAmountMicros)
The total sum of charges made under this budget, including tax, in micros of the invoice's
currency.
|
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 getExternalBudgetId()
null for nonepublic BudgetSummary setExternalBudgetId(String externalBudgetId)
externalBudgetId - externalBudgetId or null for nonepublic Long getPreTaxAmountMicros()
null for nonepublic BudgetSummary setPreTaxAmountMicros(Long preTaxAmountMicros)
preTaxAmountMicros - preTaxAmountMicros or null for nonepublic PrismaCpeCode getPrismaCpeCode()
null for nonepublic BudgetSummary setPrismaCpeCode(PrismaCpeCode prismaCpeCode)
prismaCpeCode - prismaCpeCode or null for nonepublic Long getTaxAmountMicros()
null for nonepublic BudgetSummary setTaxAmountMicros(Long taxAmountMicros)
taxAmountMicros - taxAmountMicros or null for nonepublic Long getTotalAmountMicros()
null for nonepublic BudgetSummary setTotalAmountMicros(Long totalAmountMicros)
totalAmountMicros - totalAmountMicros or null for nonepublic BudgetSummary set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic BudgetSummary clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.