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