public final class SequenceSegment
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 |
|---|
SequenceSegment() |
| Modifier and Type | Method and Description |
|---|---|
SequenceSegment |
clone() |
java.lang.Boolean |
getFirstStepShouldMatchFirstHit()
If set, first step condition must match the first hit of the visitor (in the date range).
|
java.util.List<SegmentSequenceStep> |
getSegmentSequenceSteps()
The list of steps in the sequence.
|
SequenceSegment |
set(java.lang.String fieldName,
java.lang.Object value) |
SequenceSegment |
setFirstStepShouldMatchFirstHit(java.lang.Boolean firstStepShouldMatchFirstHit)
If set, first step condition must match the first hit of the visitor (in the date range).
|
SequenceSegment |
setSegmentSequenceSteps(java.util.List<SegmentSequenceStep> segmentSequenceSteps)
The list of steps in the sequence.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Boolean getFirstStepShouldMatchFirstHit()
null for nonepublic SequenceSegment setFirstStepShouldMatchFirstHit(java.lang.Boolean firstStepShouldMatchFirstHit)
firstStepShouldMatchFirstHit - firstStepShouldMatchFirstHit or null for nonepublic java.util.List<SegmentSequenceStep> getSegmentSequenceSteps()
null for nonepublic SequenceSegment setSegmentSequenceSteps(java.util.List<SegmentSequenceStep> segmentSequenceSteps)
segmentSequenceSteps - segmentSequenceSteps or null for nonepublic SequenceSegment set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic SequenceSegment clone()
clone in class com.google.api.client.json.GenericJson