public final class IncludeConditions
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 |
|---|
IncludeConditions() |
| Modifier and Type | Method and Description |
|---|---|
IncludeConditions |
clone() |
java.lang.Integer |
getDaysToLookBack()
The look-back window lets you specify a time frame for evaluating the behavior that qualifies
users for your audience.
|
java.lang.Boolean |
getIsSmartList()
Boolean indicating whether this segment is a smart list.
|
java.lang.String |
getKind()
Resource type for include conditions.
|
java.lang.Integer |
getMembershipDurationDays()
Number of days (in the range 1 to 540) a user remains in the audience.
|
java.lang.String |
getSegment()
The segment condition that will cause a user to be added to an audience.
|
IncludeConditions |
set(java.lang.String fieldName,
java.lang.Object value) |
IncludeConditions |
setDaysToLookBack(java.lang.Integer daysToLookBack)
The look-back window lets you specify a time frame for evaluating the behavior that qualifies
users for your audience.
|
IncludeConditions |
setIsSmartList(java.lang.Boolean isSmartList)
Boolean indicating whether this segment is a smart list.
|
IncludeConditions |
setKind(java.lang.String kind)
Resource type for include conditions.
|
IncludeConditions |
setMembershipDurationDays(java.lang.Integer membershipDurationDays)
Number of days (in the range 1 to 540) a user remains in the audience.
|
IncludeConditions |
setSegment(java.lang.String segment)
The segment condition that will cause a user to be added to an audience.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Integer getDaysToLookBack()
null for nonepublic IncludeConditions setDaysToLookBack(java.lang.Integer daysToLookBack)
daysToLookBack - daysToLookBack or null for nonepublic java.lang.Boolean getIsSmartList()
null for nonepublic IncludeConditions setIsSmartList(java.lang.Boolean isSmartList)
isSmartList - isSmartList or null for nonepublic java.lang.String getKind()
null for nonepublic IncludeConditions setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.Integer getMembershipDurationDays()
null for nonepublic IncludeConditions setMembershipDurationDays(java.lang.Integer membershipDurationDays)
membershipDurationDays - membershipDurationDays or null for nonepublic java.lang.String getSegment()
null for nonepublic IncludeConditions setSegment(java.lang.String segment)
segment - segment or null for nonepublic IncludeConditions set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic IncludeConditions clone()
clone in class com.google.api.client.json.GenericJson