public final class ProfileFilterLink
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 |
|---|
ProfileFilterLink() |
| Modifier and Type | Method and Description |
|---|---|
ProfileFilterLink |
clone() |
FilterRef |
getFilterRef()
Filter for this link.
|
java.lang.String |
getId()
Profile filter link ID.
|
java.lang.String |
getKind()
Resource type for Analytics filter.
|
ProfileRef |
getProfileRef()
View (Profile) for this link.
|
java.lang.Integer |
getRank()
The rank of this profile filter link relative to the other filters linked to the same profile.
|
java.lang.String |
getSelfLink()
Link for this profile filter link.
|
ProfileFilterLink |
set(java.lang.String fieldName,
java.lang.Object value) |
ProfileFilterLink |
setFilterRef(FilterRef filterRef)
Filter for this link.
|
ProfileFilterLink |
setId(java.lang.String id)
Profile filter link ID.
|
ProfileFilterLink |
setKind(java.lang.String kind)
Resource type for Analytics filter.
|
ProfileFilterLink |
setProfileRef(ProfileRef profileRef)
View (Profile) for this link.
|
ProfileFilterLink |
setRank(java.lang.Integer rank)
The rank of this profile filter link relative to the other filters linked to the same profile.
|
ProfileFilterLink |
setSelfLink(java.lang.String selfLink)
Link for this profile filter link.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic FilterRef getFilterRef()
null for nonepublic ProfileFilterLink setFilterRef(FilterRef filterRef)
filterRef - filterRef or null for nonepublic java.lang.String getId()
null for nonepublic ProfileFilterLink setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic ProfileFilterLink setKind(java.lang.String kind)
kind - kind or null for nonepublic ProfileRef getProfileRef()
null for nonepublic ProfileFilterLink setProfileRef(ProfileRef profileRef)
profileRef - profileRef or null for nonepublic java.lang.Integer getRank()
null for nonepublic ProfileFilterLink setRank(java.lang.Integer rank)
rank - rank or null for nonepublic java.lang.String getSelfLink()
null for nonepublic ProfileFilterLink setSelfLink(java.lang.String selfLink)
selfLink - selfLink or null for nonepublic ProfileFilterLink set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ProfileFilterLink clone()
clone in class com.google.api.client.json.GenericJson