Google Analytics API v3 (revision 41)



com.google.api.services.analytics.model
Class Goal.UrlDestinationDetails.Steps

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.google.api.services.analytics.model.Goal.UrlDestinationDetails.Steps
All Implemented Interfaces:
Cloneable, Map<String,Object>
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>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
Goal.UrlDestinationDetails.Steps()
           
 
Method Summary
 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, 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

Goal.UrlDestinationDetails.Steps

public Goal.UrlDestinationDetails.Steps()
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