public final class IncludeConditions 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 |
|---|
IncludeConditions() |
| Modifier and Type | Method and Description |
|---|---|
IncludeConditions |
clone() |
Integer |
getDaysToLookBack()
The look-back window lets you specify a time frame for evaluating the behavior that qualifies
users for your audience.
|
Boolean |
getIsSmartList()
Boolean indicating whether this segment is a smart list.
|
String |
getKind()
Resource type for include conditions.
|
Integer |
getMembershipDurationDays()
Number of days (in the range 1 to 540) a user remains in the audience.
|
String |
getSegment()
The segment condition that will cause a user to be added to an audience.
|
IncludeConditions |
set(String fieldName,
Object value) |
IncludeConditions |
setDaysToLookBack(Integer daysToLookBack)
The look-back window lets you specify a time frame for evaluating the behavior that qualifies
users for your audience.
|
IncludeConditions |
setIsSmartList(Boolean isSmartList)
Boolean indicating whether this segment is a smart list.
|
IncludeConditions |
setKind(String kind)
Resource type for include conditions.
|
IncludeConditions |
setMembershipDurationDays(Integer membershipDurationDays)
Number of days (in the range 1 to 540) a user remains in the audience.
|
IncludeConditions |
setSegment(String segment)
The segment condition that will cause a user to be added to an audience.
|
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 Integer getDaysToLookBack()
null for nonepublic IncludeConditions setDaysToLookBack(Integer daysToLookBack)
daysToLookBack - daysToLookBack or null for nonepublic Boolean getIsSmartList()
null for nonepublic IncludeConditions setIsSmartList(Boolean isSmartList)
isSmartList - isSmartList or null for nonepublic String getKind()
null for nonepublic IncludeConditions setKind(String kind)
kind - kind or null for nonepublic Integer getMembershipDurationDays()
null for nonepublic IncludeConditions setMembershipDurationDays(Integer membershipDurationDays)
membershipDurationDays - membershipDurationDays or null for nonepublic String getSegment()
null for nonepublic IncludeConditions setSegment(String segment)
segment - segment or null for nonepublic IncludeConditions set(String fieldName, Object value)
set in class GenericJsonpublic IncludeConditions clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.