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

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

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






AccountTreeResponse (Google Analytics API v3-rev20190807-1.31.0)












com.google.api.services.analytics.model

Class AccountTreeResponse

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


    public final class AccountTreeResponse
    extends GenericJson
    JSON template for an Analytics account tree response. The account tree response is used in the provisioning api to return the result of creating an account, property, and view (profile).

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Analytics API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • AccountTreeResponse

        public AccountTreeResponse()
    • Method Detail

      • getAccount

        public Account getAccount()
        The account created.
        Returns:
        value or null for none
      • setAccount

        public AccountTreeResponse setAccount(Account account)
        The account created.
        Parameters:
        account - account or null for none
      • getKind

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

        public AccountTreeResponse setKind(String kind)
        Resource type for account ticket.
        Parameters:
        kind - kind or null for none
      • getProfile

        public Profile getProfile()
        View (Profile) for the account.
        Returns:
        value or null for none
      • setProfile

        public AccountTreeResponse setProfile(Profile profile)
        View (Profile) for the account.
        Parameters:
        profile - profile or null for none
      • getWebproperty

        public Webproperty getWebproperty()
        Web property for the account.
        Returns:
        value or null for none
      • setWebproperty

        public AccountTreeResponse setWebproperty(Webproperty webproperty)
        Web property for the account.
        Parameters:
        webproperty - webproperty or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy