public final class HashClientIdResponse extends 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 Google Analytics API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
HashClientIdResponse() |
| Modifier and Type | Method and Description |
|---|---|
HashClientIdResponse |
clone() |
String |
getClientId() |
String |
getHashedClientId() |
String |
getKind() |
String |
getWebPropertyId() |
HashClientIdResponse |
set(String fieldName,
Object value) |
HashClientIdResponse |
setClientId(String clientId) |
HashClientIdResponse |
setHashedClientId(String hashedClientId) |
HashClientIdResponse |
setKind(String kind) |
HashClientIdResponse |
setWebPropertyId(String webPropertyId) |
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 getClientId()
null for nonepublic HashClientIdResponse setClientId(String clientId)
clientId - clientId or null for nonepublic String getHashedClientId()
null for nonepublic HashClientIdResponse setHashedClientId(String hashedClientId)
hashedClientId - hashedClientId or null for nonepublic String getKind()
null for nonepublic HashClientIdResponse setKind(String kind)
kind - kind or null for nonepublic String getWebPropertyId()
null for nonepublic HashClientIdResponse setWebPropertyId(String webPropertyId)
webPropertyId - webPropertyId or null for nonepublic HashClientIdResponse set(String fieldName, Object value)
set in class GenericJsonpublic HashClientIdResponse clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.