public static final class Goal.UrlDestinationDetails
extends com.google.api.client.json.GenericJson
| Modifier and Type | Class and Description |
|---|---|
static class |
Goal.UrlDestinationDetails.Steps
Model definition for GoalUrlDestinationDetailsSteps.
|
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Goal.UrlDestinationDetails() |
| Modifier and Type | Method and Description |
|---|---|
Goal.UrlDestinationDetails |
clone() |
java.lang.Boolean |
getCaseSensitive()
Determines if the goal URL must exactly match the capitalization of visited URLs.
|
java.lang.Boolean |
getFirstStepRequired()
Determines if the first step in this goal is required.
|
java.lang.String |
getMatchType()
Match type for the goal URL.
|
java.util.List<Goal.UrlDestinationDetails.Steps> |
getSteps()
List of steps configured for this goal funnel.
|
java.lang.String |
getUrl()
URL for this goal.
|
Goal.UrlDestinationDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
Goal.UrlDestinationDetails |
setCaseSensitive(java.lang.Boolean caseSensitive)
Determines if the goal URL must exactly match the capitalization of visited URLs.
|
Goal.UrlDestinationDetails |
setFirstStepRequired(java.lang.Boolean firstStepRequired)
Determines if the first step in this goal is required.
|
Goal.UrlDestinationDetails |
setMatchType(java.lang.String matchType)
Match type for the goal URL.
|
Goal.UrlDestinationDetails |
setSteps(java.util.List<Goal.UrlDestinationDetails.Steps> steps)
List of steps configured for this goal funnel.
|
Goal.UrlDestinationDetails |
setUrl(java.lang.String url)
URL for this goal.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Boolean getCaseSensitive()
null for nonepublic Goal.UrlDestinationDetails setCaseSensitive(java.lang.Boolean caseSensitive)
caseSensitive - caseSensitive or null for nonepublic java.lang.Boolean getFirstStepRequired()
null for nonepublic Goal.UrlDestinationDetails setFirstStepRequired(java.lang.Boolean firstStepRequired)
firstStepRequired - firstStepRequired or null for nonepublic java.lang.String getMatchType()
null for nonepublic Goal.UrlDestinationDetails setMatchType(java.lang.String matchType)
matchType - matchType or null for nonepublic java.util.List<Goal.UrlDestinationDetails.Steps> getSteps()
null for nonepublic Goal.UrlDestinationDetails setSteps(java.util.List<Goal.UrlDestinationDetails.Steps> steps)
steps - steps or null for nonepublic java.lang.String getUrl()
null for nonepublic Goal.UrlDestinationDetails setUrl(java.lang.String url)
url - url or null for nonepublic Goal.UrlDestinationDetails set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Goal.UrlDestinationDetails clone()
clone in class com.google.api.client.json.GenericJson