target.apidocs.com.google.api.services.analytics.model.Goal.UrlDestinationDetails.Steps.html Maven / Gradle / Ivy
Goal.UrlDestinationDetails.Steps (Google Analytics API v3-rev20190807-1.31.0)
com.google.api.services.analytics.model
Class Goal.UrlDestinationDetails.Steps
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.analytics.model.Goal.UrlDestinationDetails.Steps
-
- Enclosing class:
- Goal.UrlDestinationDetails
public static final class Goal.UrlDestinationDetails.Steps
extends GenericJson
Model definition for GoalUrlDestinationDetailsSteps.
-
-
Nested Class Summary
-
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>
-
Constructor Summary
Constructors
Constructor and Description
Steps()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Goal.UrlDestinationDetails.Steps
clone()
String
getName()
Step name.
Integer
getNumber()
Step number.
String
getUrl()
URL for this step.
Goal.UrlDestinationDetails.Steps
set(String fieldName,
Object value)
Goal.UrlDestinationDetails.Steps
setName(String name)
Step name.
Goal.UrlDestinationDetails.Steps
setNumber(Integer number)
Step number.
Goal.UrlDestinationDetails.Steps
setUrl(String url)
URL for this step.
-
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, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getName
public String getName()
Step name.
- Returns:
- value or
null
for none
-
setName
public Goal.UrlDestinationDetails.Steps setName(String name)
Step name.
- Parameters:
name
- name or null
for none
-
getNumber
public Integer getNumber()
Step number.
- Returns:
- value or
null
for none
-
setNumber
public Goal.UrlDestinationDetails.Steps setNumber(Integer number)
Step number.
- Parameters:
number
- number or null
for none
-
getUrl
public String getUrl()
URL for this step.
- Returns:
- value or
null
for none
-
setUrl
public Goal.UrlDestinationDetails.Steps setUrl(String url)
URL for this step.
- Parameters:
url
- url or null
for none
-
set
public Goal.UrlDestinationDetails.Steps set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public Goal.UrlDestinationDetails.Steps clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.