public static final class Goal.UrlDestinationDetails.Steps extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Steps() |
| 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.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getName()
null for nonepublic Goal.UrlDestinationDetails.Steps setName(String name)
name - name or null for nonepublic Integer getNumber()
null for nonepublic Goal.UrlDestinationDetails.Steps setNumber(Integer number)
number - number or null for nonepublic String getUrl()
null for nonepublic Goal.UrlDestinationDetails.Steps setUrl(String url)
url - url or null for nonepublic Goal.UrlDestinationDetails.Steps set(String fieldName, Object value)
set in class GenericJsonpublic Goal.UrlDestinationDetails.Steps clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.