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

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

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






CustomMetric (Google Analytics API v3-rev20190807-1.31.0)












com.google.api.services.analytics.model

Class CustomMetric

    • Constructor Detail

      • CustomMetric

        public CustomMetric()
    • Method Detail

      • getAccountId

        public String getAccountId()
        Account ID.
        Returns:
        value or null for none
      • setAccountId

        public CustomMetric setAccountId(String accountId)
        Account ID.
        Parameters:
        accountId - accountId or null for none
      • getActive

        public Boolean getActive()
        Boolean indicating whether the custom metric is active.
        Returns:
        value or null for none
      • setActive

        public CustomMetric setActive(Boolean active)
        Boolean indicating whether the custom metric is active.
        Parameters:
        active - active or null for none
      • getCreated

        public DateTime getCreated()
        Time the custom metric was created.
        Returns:
        value or null for none
      • setCreated

        public CustomMetric setCreated(DateTime created)
        Time the custom metric was created.
        Parameters:
        created - created or null for none
      • getId

        public String getId()
        Custom metric ID.
        Returns:
        value or null for none
      • setId

        public CustomMetric setId(String id)
        Custom metric ID.
        Parameters:
        id - id or null for none
      • getIndex

        public Integer getIndex()
        Index of the custom metric.
        Returns:
        value or null for none
      • setIndex

        public CustomMetric setIndex(Integer index)
        Index of the custom metric.
        Parameters:
        index - index or null for none
      • getKind

        public String getKind()
        Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field.
        Returns:
        value or null for none
      • setKind

        public CustomMetric setKind(String kind)
        Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field.
        Parameters:
        kind - kind or null for none
      • getMaxValue

        public String getMaxValue()
        Max value of custom metric.
        Returns:
        value or null for none
      • setMaxValue

        public CustomMetric setMaxValue(String maxValue)
        Max value of custom metric.
        Parameters:
        maxValue - maxValue or null for none
      • getMinValue

        public String getMinValue()
        Min value of custom metric.
        Returns:
        value or null for none
      • setMinValue

        public CustomMetric setMinValue(String minValue)
        Min value of custom metric.
        Parameters:
        minValue - minValue or null for none
      • getName

        public String getName()
        Name of the custom metric.
        Returns:
        value or null for none
      • setName

        public CustomMetric setName(String name)
        Name of the custom metric.
        Parameters:
        name - name or null for none
      • getParentLink

        public CustomMetric.ParentLink getParentLink()
        Parent link for the custom metric. Points to the property to which the custom metric belongs.
        Returns:
        value or null for none
      • setParentLink

        public CustomMetric setParentLink(CustomMetric.ParentLink parentLink)
        Parent link for the custom metric. Points to the property to which the custom metric belongs.
        Parameters:
        parentLink - parentLink or null for none
      • getScope

        public String getScope()
        Scope of the custom metric: HIT or PRODUCT.
        Returns:
        value or null for none
      • setScope

        public CustomMetric setScope(String scope)
        Scope of the custom metric: HIT or PRODUCT.
        Parameters:
        scope - scope or null for none
      • getSelfLink

        public String getSelfLink()
        Link for the custom metric
        Returns:
        value or null for none
      • setSelfLink

        public CustomMetric setSelfLink(String selfLink)
        Link for the custom metric
        Parameters:
        selfLink - selfLink or null for none
      • getType

        public String getType()
        Data type of custom metric.
        Returns:
        value or null for none
      • setType

        public CustomMetric setType(String type)
        Data type of custom metric.
        Parameters:
        type - type or null for none
      • getUpdated

        public DateTime getUpdated()
        Time the custom metric was last modified.
        Returns:
        value or null for none
      • setUpdated

        public CustomMetric setUpdated(DateTime updated)
        Time the custom metric was last modified.
        Parameters:
        updated - updated or null for none
      • getWebPropertyId

        public String getWebPropertyId()
        Property ID.
        Returns:
        value or null for none
      • setWebPropertyId

        public CustomMetric setWebPropertyId(String webPropertyId)
        Property ID.
        Parameters:
        webPropertyId - webPropertyId or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy