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

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

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






CustomDimension (Google Analytics API v3-rev20190604-1.30.1)












com.google.api.services.analytics.model

Class CustomDimension

    • Constructor Detail

      • CustomDimension

        public CustomDimension()
    • Method Detail

      • getAccountId

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

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

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

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

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

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

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

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

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

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

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

        public CustomDimension setKind(String kind)
        Kind value for a custom dimension. Set to "analytics#customDimension". It is a read-only field.
        Parameters:
        kind - kind or null for none
      • getName

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

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

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

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

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

        public CustomDimension setScope(String scope)
        Scope of the custom dimension: HIT, SESSION, USER or PRODUCT.
        Parameters:
        scope - scope or null for none
      • getSelfLink

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

        public CustomDimension setSelfLink(String selfLink)
        Link for the custom dimension
        Parameters:
        selfLink - selfLink or null for none
      • getUpdated

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

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

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

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

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy