|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.analytics.model.Goal.UrlDestinationDetails
public static final class Goal.UrlDestinationDetails
Details for the goal of the type URL_DESTINATION.
| Nested Class Summary | |
|---|---|
static class |
Goal.UrlDestinationDetails.Steps
Model definition for GoalUrlDestinationDetailsSteps. |
| Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
|---|
GenericData.Flags |
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
Goal.UrlDestinationDetails()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.google.api.client.json.GenericJson |
|---|
getFactory, setFactory, toPrettyString, toString |
| Methods inherited from class com.google.api.client.util.GenericData |
|---|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys |
| Methods inherited from class java.util.AbstractMap |
|---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Goal.UrlDestinationDetails()
| Method Detail |
|---|
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 none
public Goal.UrlDestinationDetails set(String fieldName,
Object value)
set in class GenericJsonpublic Goal.UrlDestinationDetails clone()
clone in class GenericJson
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||