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

target.apidocs.com.google.api.services.analytics.model.Experiment.Variations.html Maven / Gradle / Ivy

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






Experiment.Variations (Google Analytics API v3-rev20190604-1.30.1)












com.google.api.services.analytics.model

Class Experiment.Variations

    • Constructor Detail

      • Variations

        public Variations()
    • Method Detail

      • getName

        public String getName()
        The name of the variation. This field is required when creating an experiment. This field may not be changed for an experiment whose status is ENDED.
        Returns:
        value or null for none
      • setName

        public Experiment.Variations setName(String name)
        The name of the variation. This field is required when creating an experiment. This field may not be changed for an experiment whose status is ENDED.
        Parameters:
        name - name or null for none
      • getStatus

        public String getStatus()
        Status of the variation. Possible values: "ACTIVE", "INACTIVE". INACTIVE variations are not served. This field may not be changed for an experiment whose status is ENDED.
        Returns:
        value or null for none
      • setStatus

        public Experiment.Variations setStatus(String status)
        Status of the variation. Possible values: "ACTIVE", "INACTIVE". INACTIVE variations are not served. This field may not be changed for an experiment whose status is ENDED.
        Parameters:
        status - status or null for none
      • getUrl

        public String getUrl()
        The URL of the variation. This field may not be changed for an experiment whose status is RUNNING or ENDED.
        Returns:
        value or null for none
      • setUrl

        public Experiment.Variations setUrl(String url)
        The URL of the variation. This field may not be changed for an experiment whose status is RUNNING or ENDED.
        Parameters:
        url - url or null for none
      • getWeight

        public Double getWeight()
        Weight that this variation should receive. Only present if the experiment is running. This field is read-only.
        Returns:
        value or null for none
      • setWeight

        public Experiment.Variations setWeight(Double weight)
        Weight that this variation should receive. Only present if the experiment is running. This field is read-only.
        Parameters:
        weight - weight or null for none
      • getWon

        public Boolean getWon()
        True if the experiment has ended and this variation performed (statistically) significantly better than the original. This field is read-only.
        Returns:
        value or null for none
      • setWon

        public Experiment.Variations setWon(Boolean won)
        True if the experiment has ended and this variation performed (statistically) significantly better than the original. This field is read-only.
        Parameters:
        won - won or null for none

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy