Class Account

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class Account
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    An account resource.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getCreatedAt()
      Gets the createdAt.
      java.lang.String getCreatedBy()
      Gets the createdBy.
      java.lang.String getCrn()
      Gets the crn.
      java.lang.String getEnterpriseAccountId()
      Gets the enterpriseAccountId.
      java.lang.String getEnterpriseId()
      Gets the enterpriseId.
      java.lang.String getEnterprisePath()
      Gets the enterprisePath.
      java.lang.String getId()
      Gets the id.
      java.lang.String getName()
      Gets the name.
      java.lang.String getOwnerEmail()
      Gets the ownerEmail.
      java.lang.String getOwnerIamId()
      Gets the ownerIamId.
      java.lang.String getParent()
      Gets the parent.
      java.lang.String getState()
      Gets the state.
      java.util.Date getUpdatedAt()
      Gets the updatedAt.
      java.lang.String getUpdatedBy()
      Gets the updatedBy.
      java.lang.String getUrl()
      Gets the url.
      java.lang.Boolean isIsEnterpriseAccount()
      Gets the isEnterpriseAccount.
      java.lang.Boolean isPaid()
      Gets the paid.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
        Gets the url. The URL of the account.
        Returns:
        the url
      • getId

        public java.lang.String getId()
        Gets the id. The account ID.
        Returns:
        the id
      • getCrn

        public java.lang.String getCrn()
        Gets the crn. The Cloud Resource Name (CRN) of the account.
        Returns:
        the crn
      • getParent

        public java.lang.String getParent()
        Gets the parent. The CRN of the parent of the account.
        Returns:
        the parent
      • getEnterpriseAccountId

        public java.lang.String getEnterpriseAccountId()
        Gets the enterpriseAccountId. The enterprise account ID.
        Returns:
        the enterpriseAccountId
      • getEnterpriseId

        public java.lang.String getEnterpriseId()
        Gets the enterpriseId. The enterprise ID that the account is a part of.
        Returns:
        the enterpriseId
      • getEnterprisePath

        public java.lang.String getEnterprisePath()
        Gets the enterprisePath. The path from the enterprise to this particular account.
        Returns:
        the enterprisePath
      • getName

        public java.lang.String getName()
        Gets the name. The name of the account.
        Returns:
        the name
      • getState

        public java.lang.String getState()
        Gets the state. The state of the account.
        Returns:
        the state
      • getOwnerIamId

        public java.lang.String getOwnerIamId()
        Gets the ownerIamId. The IAM ID of the owner of the account.
        Returns:
        the ownerIamId
      • isPaid

        public java.lang.Boolean isPaid()
        Gets the paid. The type of account - whether it is free or paid.
        Returns:
        the paid
      • getOwnerEmail

        public java.lang.String getOwnerEmail()
        Gets the ownerEmail. The email address of the owner of the account.
        Returns:
        the ownerEmail
      • isIsEnterpriseAccount

        public java.lang.Boolean isIsEnterpriseAccount()
        Gets the isEnterpriseAccount. The flag to indicate whether the account is an enterprise account or not.
        Returns:
        the isEnterpriseAccount
      • getCreatedAt

        public java.util.Date getCreatedAt()
        Gets the createdAt. The time stamp at which the account was created.
        Returns:
        the createdAt
      • getCreatedBy

        public java.lang.String getCreatedBy()
        Gets the createdBy. The IAM ID of the user or service that created the account.
        Returns:
        the createdBy
      • getUpdatedAt

        public java.util.Date getUpdatedAt()
        Gets the updatedAt. The time stamp at which the account was last updated.
        Returns:
        the updatedAt
      • getUpdatedBy

        public java.lang.String getUpdatedBy()
        Gets the updatedBy. The IAM ID of the user or service that updated the account.
        Returns:
        the updatedBy