| Modifier and Type | Class and Description |
|---|---|
static class |
Goal.UrlDestinationDetails.Steps
Model definition for GoalUrlDestinationDetailsSteps.
|
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Goal.UrlDestinationDetails() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCaseSensitive()
Determines if the goal URL must exactly match the capitalization of visited URLs.
|
Boolean |
getFirstStepRequired()
Determines if the first step in this goal is required.
|
String |
getMatchType()
Match type for the goal URL.
|
List<Goal.UrlDestinationDetails.Steps> |
getSteps()
List of steps configured for this goal funnel.
|
String |
getUrl()
URL for this goal.
|
Goal.UrlDestinationDetails |
setCaseSensitive(Boolean caseSensitive)
Determines if the goal URL must exactly match the capitalization of visited URLs.
|
Goal.UrlDestinationDetails |
setFirstStepRequired(Boolean firstStepRequired)
Determines if the first step in this goal is required.
|
Goal.UrlDestinationDetails |
setMatchType(String matchType)
Match type for the goal URL.
|
Goal.UrlDestinationDetails |
setSteps(List<Goal.UrlDestinationDetails.Steps> steps)
List of steps configured for this goal funnel.
|
Goal.UrlDestinationDetails |
setUrl(String url)
URL for this goal.
|
clone, getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Boolean getCaseSensitive()
null.public Goal.UrlDestinationDetails setCaseSensitive(Boolean caseSensitive)
null.public Boolean getFirstStepRequired()
null.public Goal.UrlDestinationDetails setFirstStepRequired(Boolean firstStepRequired)
null.public String getMatchType()
null.public Goal.UrlDestinationDetails setMatchType(String matchType)
null.public List<Goal.UrlDestinationDetails.Steps> getSteps()
null.public Goal.UrlDestinationDetails setSteps(List<Goal.UrlDestinationDetails.Steps> steps)
null.public String getUrl()
null.public Goal.UrlDestinationDetails setUrl(String url)
null.