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: http://code.google.com/p/google-http-java-client/wiki/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, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic 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 GenericJson