Class Account

    • Field Detail

      • account

        @ApiProperty
        protected Account account
        SoftLayer account to which an IBM Cloud Object Storage account belongs to.
      • billingItem

        @ApiProperty
        protected Item billingItem
        An associated parent billing item which is active. Includes billing items which are scheduled to be cancelled in the future.
      • cancelledBillingItem

        @ApiProperty
        protected Item cancelledBillingItem
        An associated parent billing item which has been cancelled.
      • metricTrackingObject

        @ApiProperty
        protected Object metricTrackingObject
        Provides an interface to various metrics relating to the usage of an IBM Cloud Object Storage account.
      • uuid

        @ApiProperty
        protected String uuid
        Unique identifier for an IBM Cloud Object Storage account.
      • accountId

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long accountId
        The ID of the SoftLayer_Account which this IBM Cloud Object Storage account is associated with.
      • accountIdSpecified

        protected boolean accountIdSpecified
      • idSpecified

        protected boolean idSpecified
      • notesSpecified

        protected boolean notesSpecified
      • usernameSpecified

        protected boolean usernameSpecified
      • credentialCount

        @ApiProperty
        protected Long credentialCount
        A count of credentials used for generating an AWS signature. Max of 2.
    • Constructor Detail

      • Account

        public Account()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getBillingItem

        public Item getBillingItem()
      • setBillingItem

        public void setBillingItem​(Item billingItem)
      • getCancelledBillingItem

        public Item getCancelledBillingItem()
      • setCancelledBillingItem

        public void setCancelledBillingItem​(Item cancelledBillingItem)
      • getMetricTrackingObject

        public Object getMetricTrackingObject()
      • setMetricTrackingObject

        public void setMetricTrackingObject​(Object metricTrackingObject)
      • getUuid

        public String getUuid()
      • setUuid

        public void setUuid​(String uuid)
      • getAccountId

        public Long getAccountId()
      • setAccountId

        public void setAccountId​(Long accountId)
      • isAccountIdSpecified

        public boolean isAccountIdSpecified()
      • unsetAccountId

        public void unsetAccountId()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getNotes

        public String getNotes()
      • setNotes

        public void setNotes​(String notes)
      • isNotesSpecified

        public boolean isNotesSpecified()
      • unsetNotes

        public void unsetNotes()
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • isUsernameSpecified

        public boolean isUsernameSpecified()
      • unsetUsername

        public void unsetUsername()
      • getCredentialCount

        public Long getCredentialCount()
      • setCredentialCount

        public void setCredentialCount​(Long credentialCount)