public final class BillingAssignment
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 |
---|
BillingAssignment() |
Modifier and Type | Method and Description |
---|---|
BillingAssignment |
clone() |
String |
getAccountId()
ID of the account associated with the billing assignment.This is a read-only, auto-generated
field.
|
String |
getAdvertiserId()
ID of the advertiser associated with the billing assignment.Wildcard (*) means this assignment
is not limited to a single advertiser
|
String |
getCampaignId()
ID of the campaign associated with the billing assignment.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getSubaccountId()
ID of the subaccount associated with the billing assignment.Wildcard (*) means this assignment
is not limited to a single subaccountThis is a read-only, auto-generated field.
|
BillingAssignment |
set(String fieldName,
Object value) |
BillingAssignment |
setAccountId(String accountId)
ID of the account associated with the billing assignment.This is a read-only, auto-generated
field.
|
BillingAssignment |
setAdvertiserId(String advertiserId)
ID of the advertiser associated with the billing assignment.Wildcard (*) means this assignment
is not limited to a single advertiser
|
BillingAssignment |
setCampaignId(String campaignId)
ID of the campaign associated with the billing assignment.
|
BillingAssignment |
setKind(String kind)
Identifies what kind of resource this is.
|
BillingAssignment |
setSubaccountId(String subaccountId)
ID of the subaccount associated with the billing assignment.Wildcard (*) means this assignment
is not limited to a single subaccountThis is a read-only, auto-generated field.
|
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 getAccountId()
null
for nonepublic BillingAssignment setAccountId(String accountId)
accountId
- accountId or null
for nonepublic String getAdvertiserId()
null
for nonepublic BillingAssignment setAdvertiserId(String advertiserId)
advertiserId
- advertiserId or null
for nonepublic String getCampaignId()
null
for nonepublic BillingAssignment setCampaignId(String campaignId)
campaignId
- campaignId or null
for nonepublic String getKind()
null
for nonepublic BillingAssignment setKind(String kind)
kind
- kind or null
for nonepublic String getSubaccountId()
null
for nonepublic BillingAssignment setSubaccountId(String subaccountId)
subaccountId
- subaccountId or null
for nonepublic BillingAssignment set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public BillingAssignment clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.