Modifier and Type | Class and Description |
---|---|
static class |
Goal.UrlDestinationDetails.Steps
Model definition for GoalUrlDestinationDetailsSteps.
|
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
UrlDestinationDetails() |
Modifier and Type | Method and Description |
---|---|
Goal.UrlDestinationDetails |
clone() |
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 |
set(String fieldName,
Object value) |
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.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Boolean getCaseSensitive()
null
for nonepublic Goal.UrlDestinationDetails setCaseSensitive(Boolean caseSensitive)
caseSensitive
- caseSensitive or null
for nonepublic Boolean getFirstStepRequired()
null
for nonepublic Goal.UrlDestinationDetails setFirstStepRequired(Boolean firstStepRequired)
firstStepRequired
- firstStepRequired or null
for nonepublic String getMatchType()
null
for nonepublic Goal.UrlDestinationDetails setMatchType(String matchType)
matchType
- matchType or null
for nonepublic List<Goal.UrlDestinationDetails.Steps> getSteps()
null
for nonepublic Goal.UrlDestinationDetails setSteps(List<Goal.UrlDestinationDetails.Steps> steps)
steps
- steps or null
for nonepublic String getUrl()
null
for nonepublic Goal.UrlDestinationDetails setUrl(String url)
url
- url or null
for nonepublic Goal.UrlDestinationDetails set(String fieldName, Object value)
set
in class GenericJson
public Goal.UrlDestinationDetails clone()
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.