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

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

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






ProfileSummary (Google Analytics API v3-rev20190604-1.30.1)












com.google.api.services.analytics.model

Class ProfileSummary

    • Constructor Detail

      • ProfileSummary

        public ProfileSummary()
    • Method Detail

      • getId

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

        public ProfileSummary setId(String id)
        View (profile) ID.
        Parameters:
        id - id or null for none
      • getKind

        public String getKind()
        Resource type for Analytics ProfileSummary.
        Returns:
        value or null for none
      • setKind

        public ProfileSummary setKind(String kind)
        Resource type for Analytics ProfileSummary.
        Parameters:
        kind - kind or null for none
      • getName

        public String getName()
        View (profile) name.
        Returns:
        value or null for none
      • setName

        public ProfileSummary setName(String name)
        View (profile) name.
        Parameters:
        name - name or null for none
      • getStarred

        public Boolean getStarred()
        Indicates whether this view (profile) is starred or not.
        Returns:
        value or null for none
      • setStarred

        public ProfileSummary setStarred(Boolean starred)
        Indicates whether this view (profile) is starred or not.
        Parameters:
        starred - starred or null for none
      • getType

        public String getType()
        View (Profile) type. Supported types: WEB or APP.
        Returns:
        value or null for none
      • setType

        public ProfileSummary setType(String type)
        View (Profile) type. Supported types: WEB or APP.
        Parameters:
        type - type or null for none

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy