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

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

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






CustomDataSource (Google Analytics API v3-rev20190604-1.30.1)












com.google.api.services.analytics.model

Class CustomDataSource

    • Constructor Detail

      • CustomDataSource

        public CustomDataSource()
    • Method Detail

      • getAccountId

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

        public CustomDataSource setAccountId(String accountId)
        Account ID to which this custom data source belongs.
        Parameters:
        accountId - accountId or null for none
      • getCreated

        public DateTime getCreated()
        Time this custom data source was created.
        Returns:
        value or null for none
      • setCreated

        public CustomDataSource setCreated(DateTime created)
        Time this custom data source was created.
        Parameters:
        created - created or null for none
      • getDescription

        public String getDescription()
        Description of custom data source.
        Returns:
        value or null for none
      • setDescription

        public CustomDataSource setDescription(String description)
        Description of custom data source.
        Parameters:
        description - description or null for none
      • getId

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

        public CustomDataSource setId(String id)
        Custom data source ID.
        Parameters:
        id - id or null for none
      • getImportBehavior

        public String getImportBehavior()
        Returns:
        value or null for none
      • setImportBehavior

        public CustomDataSource setImportBehavior(String importBehavior)
        Parameters:
        importBehavior - importBehavior or null for none
      • getKind

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

        public CustomDataSource setKind(String kind)
        Resource type for Analytics custom data source.
        Parameters:
        kind - kind or null for none
      • getName

        public String getName()
        Name of this custom data source.
        Returns:
        value or null for none
      • setName

        public CustomDataSource setName(String name)
        Name of this custom data source.
        Parameters:
        name - name or null for none
      • getParentLink

        public CustomDataSource.ParentLink getParentLink()
        Parent link for this custom data source. Points to the web property to which this custom data source belongs.
        Returns:
        value or null for none
      • setParentLink

        public CustomDataSource setParentLink(CustomDataSource.ParentLink parentLink)
        Parent link for this custom data source. Points to the web property to which this custom data source belongs.
        Parameters:
        parentLink - parentLink or null for none
      • getProfilesLinked

        public List<String> getProfilesLinked()
        IDs of views (profiles) linked to the custom data source.
        Returns:
        value or null for none
      • setProfilesLinked

        public CustomDataSource setProfilesLinked(List<String> profilesLinked)
        IDs of views (profiles) linked to the custom data source.
        Parameters:
        profilesLinked - profilesLinked or null for none
      • getSchema

        public List<String> getSchema()
        Collection of schema headers of the custom data source.
        Returns:
        value or null for none
      • setSchema

        public CustomDataSource setSchema(List<String> schema)
        Collection of schema headers of the custom data source.
        Parameters:
        schema - schema or null for none
      • getSelfLink

        public String getSelfLink()
        Link for this Analytics custom data source.
        Returns:
        value or null for none
      • setSelfLink

        public CustomDataSource setSelfLink(String selfLink)
        Link for this Analytics custom data source.
        Parameters:
        selfLink - selfLink or null for none
      • getType

        public String getType()
        Type of the custom data source.
        Returns:
        value or null for none
      • setType

        public CustomDataSource setType(String type)
        Type of the custom data source.
        Parameters:
        type - type or null for none
      • getUpdated

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

        public CustomDataSource setUpdated(DateTime updated)
        Time this custom data source was last modified.
        Parameters:
        updated - updated or null for none
      • getUploadType

        public String getUploadType()
        Upload type of the custom data source.
        Returns:
        value or null for none
      • setUploadType

        public CustomDataSource setUploadType(String uploadType)
        Upload type of the custom data source.
        Parameters:
        uploadType - uploadType or null for none
      • getWebPropertyId

        public String getWebPropertyId()
        Web property ID of the form UA-XXXXX-YY to which this custom data source belongs.
        Returns:
        value or null for none
      • setWebPropertyId

        public CustomDataSource setWebPropertyId(String webPropertyId)
        Web property ID of the form UA-XXXXX-YY to which this custom data source belongs.
        Parameters:
        webPropertyId - webPropertyId or null for none

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy