public final class FilterRef 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 |
|---|
FilterRef() |
| Modifier and Type | Method and Description |
|---|---|
FilterRef |
clone() |
String |
getAccountId()
Account ID to which this filter belongs.
|
String |
getHref()
Link for this filter.
|
String |
getId()
Filter ID.
|
String |
getKind()
Kind value for filter reference.
|
String |
getName()
Name of this filter.
|
FilterRef |
set(String fieldName,
Object value) |
FilterRef |
setAccountId(String accountId)
Account ID to which this filter belongs.
|
FilterRef |
setHref(String href)
Link for this filter.
|
FilterRef |
setId(String id)
Filter ID.
|
FilterRef |
setKind(String kind)
Kind value for filter reference.
|
FilterRef |
setName(String name)
Name of this filter.
|
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 getAccountId()
null for nonepublic FilterRef setAccountId(String accountId)
accountId - accountId or null for nonepublic String getHref()
null for nonepublic FilterRef setHref(String href)
href - href or null for nonepublic String getId()
null for nonepublic String getKind()
null for nonepublic FilterRef setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic FilterRef setName(String name)
name - name or null for nonepublic FilterRef set(String fieldName, Object value)
set in class GenericJsonpublic FilterRef clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.