public final class SimpleSegment
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 Reporting 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 |
|---|
SimpleSegment() |
| Modifier and Type | Method and Description |
|---|---|
SimpleSegment |
clone() |
java.util.List<OrFiltersForSegment> |
getOrFiltersForSegment()
A list of segment filters groups which are combined with logical `AND` operator.
|
SimpleSegment |
set(java.lang.String fieldName,
java.lang.Object value) |
SimpleSegment |
setOrFiltersForSegment(java.util.List<OrFiltersForSegment> orFiltersForSegment)
A list of segment filters groups which are combined with logical `AND` operator.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<OrFiltersForSegment> getOrFiltersForSegment()
null for nonepublic SimpleSegment setOrFiltersForSegment(java.util.List<OrFiltersForSegment> orFiltersForSegment)
orFiltersForSegment - orFiltersForSegment or null for nonepublic SimpleSegment set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic SimpleSegment clone()
clone in class com.google.api.client.json.GenericJson