public final class TvCampaignSummary
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 |
---|
TvCampaignSummary() |
Modifier and Type | Method and Description |
---|---|
TvCampaignSummary |
clone() |
String |
getEndDate()
The end date of the TV campaign, inclusive.
|
Long |
getGrp()
GRP of this TV campaign.
|
String |
getId()
ID of this TV campaign.
|
Long |
getImpressions()
Impressions across the entire TV campaign.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getName()
Identifier.
|
Double |
getSpend()
Spend across the entire TV campaign.
|
String |
getStartDate()
The start date of the TV campaign, inclusive.
|
String |
getType()
"CampaignComponentType" of this TV campaign.
|
TvCampaignSummary |
set(String fieldName,
Object value) |
TvCampaignSummary |
setEndDate(String endDate)
The end date of the TV campaign, inclusive.
|
TvCampaignSummary |
setGrp(Long grp)
GRP of this TV campaign.
|
TvCampaignSummary |
setId(String id)
ID of this TV campaign.
|
TvCampaignSummary |
setImpressions(Long impressions)
Impressions across the entire TV campaign.
|
TvCampaignSummary |
setKind(String kind)
Identifies what kind of resource this is.
|
TvCampaignSummary |
setName(String name)
Identifier.
|
TvCampaignSummary |
setSpend(Double spend)
Spend across the entire TV campaign.
|
TvCampaignSummary |
setStartDate(String startDate)
The start date of the TV campaign, inclusive.
|
TvCampaignSummary |
setType(String type)
"CampaignComponentType" of this TV campaign.
|
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 getEndDate()
null
for nonepublic TvCampaignSummary setEndDate(String endDate)
endDate
- endDate or null
for nonepublic Long getGrp()
null
for nonepublic TvCampaignSummary setGrp(Long grp)
grp
- grp or null
for nonepublic String getId()
null
for nonepublic TvCampaignSummary setId(String id)
id
- id or null
for nonepublic Long getImpressions()
null
for nonepublic TvCampaignSummary setImpressions(Long impressions)
impressions
- impressions or null
for nonepublic String getKind()
null
for nonepublic TvCampaignSummary setKind(String kind)
kind
- kind or null
for nonepublic String getName()
null
for nonepublic TvCampaignSummary setName(String name)
name
- name or null
for nonepublic Double getSpend()
null
for nonepublic TvCampaignSummary setSpend(Double spend)
spend
- spend or null
for nonepublic String getStartDate()
null
for nonepublic TvCampaignSummary setStartDate(String startDate)
startDate
- startDate or null
for nonepublic String getType()
null
for nonepublic TvCampaignSummary setType(String type)
type
- type or null
for nonepublic TvCampaignSummary set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public TvCampaignSummary clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.