public final class HashClientIdRequest
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 Google Analytics 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
Constructor and Description |
---|
HashClientIdRequest() |
Modifier and Type | Method and Description |
---|---|
HashClientIdRequest |
clone() |
java.lang.String |
getClientId() |
java.lang.String |
getKind() |
java.lang.String |
getWebPropertyId() |
HashClientIdRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
HashClientIdRequest |
setClientId(java.lang.String clientId) |
HashClientIdRequest |
setKind(java.lang.String kind) |
HashClientIdRequest |
setWebPropertyId(java.lang.String webPropertyId) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getClientId()
null
for nonepublic HashClientIdRequest setClientId(java.lang.String clientId)
clientId
- clientId or null
for nonepublic java.lang.String getKind()
null
for nonepublic HashClientIdRequest setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getWebPropertyId()
null
for nonepublic HashClientIdRequest setWebPropertyId(java.lang.String webPropertyId)
webPropertyId
- webPropertyId or null
for nonepublic HashClientIdRequest set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public HashClientIdRequest clone()
clone
in class com.google.api.client.json.GenericJson