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

target.apidocs.com.google.api.services.adsensehost.model.Account.html Maven / Gradle / Ivy







Account (AdSense Host API v4.1-rev20200930-2.0.0)












com.google.api.services.adsensehost.model

Class Account

    • Constructor Detail

      • Account

        public Account()
    • Method Detail

      • getId

        public String getId()
        Unique identifier of this account.
        Returns:
        value or null for none
      • setId

        public Account setId(String id)
        Unique identifier of this account.
        Parameters:
        id - id or null for none
      • getKind

        public String getKind()
        Kind of resource this is, in this case adsensehost#account.
        Returns:
        value or null for none
      • setKind

        public Account setKind(String kind)
        Kind of resource this is, in this case adsensehost#account.
        Parameters:
        kind - kind or null for none
      • getName

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

        public Account setName(String name)
        Name of this account.
        Parameters:
        name - name or null for none
      • getStatus

        public String getStatus()
        Approval status of this account. One of: PENDING, APPROVED, DISABLED.
        Returns:
        value or null for none
      • setStatus

        public Account setStatus(String status)
        Approval status of this account. One of: PENDING, APPROVED, DISABLED.
        Parameters:
        status - status or null for none
      • set

        public Account set(String fieldName,
                           Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public Account clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy