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

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

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






McfData.ProfileInfo (Google Analytics API v3-rev20190807-1.31.0)












com.google.api.services.analytics.model

Class McfData.ProfileInfo

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


    public static final class McfData.ProfileInfo
    extends GenericJson
    Information for the view (profile), for which the Analytics data was requested.
    • Constructor Detail

      • ProfileInfo

        public ProfileInfo()
    • Method Detail

      • getAccountId

        public String getAccountId()
        Account ID to which this view (profile) belongs.
        Returns:
        value or null for none
      • setAccountId

        public McfData.ProfileInfo setAccountId(String accountId)
        Account ID to which this view (profile) belongs.
        Parameters:
        accountId - accountId or null for none
      • getInternalWebPropertyId

        public String getInternalWebPropertyId()
        Internal ID for the web property to which this view (profile) belongs.
        Returns:
        value or null for none
      • setInternalWebPropertyId

        public McfData.ProfileInfo setInternalWebPropertyId(String internalWebPropertyId)
        Internal ID for the web property to which this view (profile) belongs.
        Parameters:
        internalWebPropertyId - internalWebPropertyId or null for none
      • getProfileId

        public String getProfileId()
        View (Profile) ID.
        Returns:
        value or null for none
      • setProfileId

        public McfData.ProfileInfo setProfileId(String profileId)
        View (Profile) ID.
        Parameters:
        profileId - profileId or null for none
      • getProfileName

        public String getProfileName()
        View (Profile) name.
        Returns:
        value or null for none
      • setProfileName

        public McfData.ProfileInfo setProfileName(String profileName)
        View (Profile) name.
        Parameters:
        profileName - profileName or null for none
      • getTableId

        public String getTableId()
        Table ID for view (profile).
        Returns:
        value or null for none
      • setTableId

        public McfData.ProfileInfo setTableId(String tableId)
        Table ID for view (profile).
        Parameters:
        tableId - tableId or null for none
      • getWebPropertyId

        public String getWebPropertyId()
        Web Property ID to which this view (profile) belongs.
        Returns:
        value or null for none
      • setWebPropertyId

        public McfData.ProfileInfo setWebPropertyId(String webPropertyId)
        Web Property ID to which this view (profile) belongs.
        Parameters:
        webPropertyId - webPropertyId or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy