All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.analytics.model.Goal.VisitNumPagesDetails.html Maven / Gradle / Ivy

There is a newer version: v3-rev20190807-2.0.0
Show newest version






Goal.VisitNumPagesDetails (Google Analytics API v3-rev20190604-1.30.1)












com.google.api.services.analytics.model

Class 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.
    • Constructor Detail

      • VisitNumPagesDetails

        public 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

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy