Google Analytics API v3 (revision 41)
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
- 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 classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Goal.UrlDestinationDetails.Steps
public Goal.UrlDestinationDetails.Steps()
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