public final class Region
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 |
---|
Region() |
Modifier and Type | Method and Description |
---|---|
Region |
clone() |
String |
getCountryCode()
Country code of the country to which this region belongs.
|
Long |
getCountryDartId()
DART ID of the country to which this region belongs.
|
Long |
getDartId()
DART ID of this region.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getName()
Name of this region.
|
String |
getRegionCode()
Region code.
|
Region |
set(String fieldName,
Object value) |
Region |
setCountryCode(String countryCode)
Country code of the country to which this region belongs.
|
Region |
setCountryDartId(Long countryDartId)
DART ID of the country to which this region belongs.
|
Region |
setDartId(Long dartId)
DART ID of this region.
|
Region |
setKind(String kind)
Identifies what kind of resource this is.
|
Region |
setName(String name)
Name of this region.
|
Region |
setRegionCode(String regionCode)
Region code.
|
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 getCountryCode()
null
for nonepublic Region setCountryCode(String countryCode)
countryCode
- countryCode or null
for nonepublic Long getCountryDartId()
null
for nonepublic Region setCountryDartId(Long countryDartId)
countryDartId
- countryDartId or null
for nonepublic Long getDartId()
null
for nonepublic Region setDartId(Long dartId)
dartId
- dartId or null
for nonepublic String getKind()
null
for nonepublic Region setKind(String kind)
kind
- kind or null
for nonepublic String getName()
null
for nonepublic Region setName(String name)
name
- name or null
for nonepublic String getRegionCode()
null
for nonepublic Region setRegionCode(String regionCode)
regionCode
- regionCode or null
for nonepublic Region set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Region clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.