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

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

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






Goal.VisitTimeOnSiteDetails (Google Analytics API v3-rev20190807-1.31.0)












com.google.api.services.analytics.model

Class Goal.VisitTimeOnSiteDetails

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>
    Enclosing class:
    Goal


    public static final class Goal.VisitTimeOnSiteDetails
    extends GenericJson
    Details for the goal of the type VISIT_TIME_ON_SITE.
    • Constructor Detail

      • VisitTimeOnSiteDetails

        public VisitTimeOnSiteDetails()
    • Method Detail

      • getComparisonType

        public String getComparisonType()
        Type of comparison. Possible values are LESS_THAN or GREATER_THAN.
        Returns:
        value or null for none
      • setComparisonType

        public Goal.VisitTimeOnSiteDetails setComparisonType(String comparisonType)
        Type of comparison. Possible values are LESS_THAN or GREATER_THAN.
        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.VisitTimeOnSiteDetails setComparisonValue(Long comparisonValue)
        Value used for this comparison.
        Parameters:
        comparisonValue - comparisonValue or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy