Google Analytics API v3 (revision 41)



com.google.api.services.analytics.model
Class Goal.VisitNumPagesDetails

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.VisitNumPagesDetails
All Implemented Interfaces:
Cloneable, Map<String,Object>
Enclosing class:
Goal

public static final class Goal.VisitNumPagesDetails
extends GenericJson

Details for the goal of the type VISIT_NUM_PAGES.


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.VisitNumPagesDetails()
           
 
Method Summary
 Goal.VisitNumPagesDetails clone()
           
 String getComparisonType()
          Type of comparison.
 Long getComparisonValue()
          Value used for this comparison.
 Goal.VisitNumPagesDetails set(String fieldName, Object value)
           
 Goal.VisitNumPagesDetails setComparisonType(String comparisonType)
          Type of comparison.
 Goal.VisitNumPagesDetails setComparisonValue(Long comparisonValue)
          Value used for this comparison.
 
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.VisitNumPagesDetails

public Goal.VisitNumPagesDetails()
Method Detail

getComparisonType

public String getComparisonType()
Type of comparison. Possible values are LESS_THAN, GREATER_THAN, or EQUAL.

Returns:
value or null for none

setComparisonType

public Goal.VisitNumPagesDetails setComparisonType(String comparisonType)
Type of comparison. Possible values are LESS_THAN, GREATER_THAN, or EQUAL.

Parameters:
comparisonType - comparisonType or null for none

getComparisonValue

public Long getComparisonValue()
Value used for this comparison.

Returns:
value or null for none

setComparisonValue

public Goal.VisitNumPagesDetails setComparisonValue(Long comparisonValue)
Value used for this comparison.

Parameters:
comparisonValue - comparisonValue or null for none

set

public Goal.VisitNumPagesDetails set(String fieldName,
                                     Object value)
Overrides:
set in class GenericJson

clone

public Goal.VisitNumPagesDetails clone()
Overrides:
clone in class GenericJson