public final class FilterRef
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 |
|---|
FilterRef() |
| Modifier and Type | Method and Description |
|---|---|
FilterRef |
clone() |
java.lang.String |
getAccountId()
Account ID to which this filter belongs.
|
java.lang.String |
getHref()
Link for this filter.
|
java.lang.String |
getId()
Filter ID.
|
java.lang.String |
getKind()
Kind value for filter reference.
|
java.lang.String |
getName()
Name of this filter.
|
FilterRef |
set(java.lang.String fieldName,
java.lang.Object value) |
FilterRef |
setAccountId(java.lang.String accountId)
Account ID to which this filter belongs.
|
FilterRef |
setHref(java.lang.String href)
Link for this filter.
|
FilterRef |
setId(java.lang.String id)
Filter ID.
|
FilterRef |
setKind(java.lang.String kind)
Kind value for filter reference.
|
FilterRef |
setName(java.lang.String name)
Name of this filter.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getAccountId()
null for nonepublic FilterRef setAccountId(java.lang.String accountId)
accountId - accountId or null for nonepublic java.lang.String getHref()
null for nonepublic FilterRef setHref(java.lang.String href)
href - href or null for nonepublic java.lang.String getId()
null for nonepublic FilterRef setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic FilterRef setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic FilterRef setName(java.lang.String name)
name - name or null for nonepublic FilterRef set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic FilterRef clone()
clone in class com.google.api.client.json.GenericJson