public final class CampaignSummary
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CampaignSummary() |
Modifier and Type | Method and Description |
---|---|
CampaignSummary |
clone() |
String |
getBillingInvoiceCode()
Campaign billing invoice code.
|
Long |
getCampaignId()
Campaign ID.
|
Long |
getPreTaxAmountMicros()
The pre-tax amount for this campaign, in micros of the invoice's currency.
|
Long |
getTaxAmountMicros()
The tax amount for this campaign, in micros of the invoice's currency.
|
Long |
getTotalAmountMicros()
The total amount of charges for this campaign, in micros of the invoice's currency.
|
CampaignSummary |
set(String fieldName,
Object value) |
CampaignSummary |
setBillingInvoiceCode(String billingInvoiceCode)
Campaign billing invoice code.
|
CampaignSummary |
setCampaignId(Long campaignId)
Campaign ID.
|
CampaignSummary |
setPreTaxAmountMicros(Long preTaxAmountMicros)
The pre-tax amount for this campaign, in micros of the invoice's currency.
|
CampaignSummary |
setTaxAmountMicros(Long taxAmountMicros)
The tax amount for this campaign, in micros of the invoice's currency.
|
CampaignSummary |
setTotalAmountMicros(Long totalAmountMicros)
The total amount of charges for this campaign, in micros of the invoice's currency.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getBillingInvoiceCode()
null
for nonepublic CampaignSummary setBillingInvoiceCode(String billingInvoiceCode)
billingInvoiceCode
- billingInvoiceCode or null
for nonepublic Long getCampaignId()
null
for nonepublic CampaignSummary setCampaignId(Long campaignId)
campaignId
- campaignId or null
for nonepublic Long getPreTaxAmountMicros()
null
for nonepublic CampaignSummary setPreTaxAmountMicros(Long preTaxAmountMicros)
preTaxAmountMicros
- preTaxAmountMicros or null
for nonepublic Long getTaxAmountMicros()
null
for nonepublic CampaignSummary setTaxAmountMicros(Long taxAmountMicros)
taxAmountMicros
- taxAmountMicros or null
for nonepublic Long getTotalAmountMicros()
null
for nonepublic CampaignSummary setTotalAmountMicros(Long totalAmountMicros)
totalAmountMicros
- totalAmountMicros or null
for nonepublic CampaignSummary set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public CampaignSummary clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.