Class Account


  • @ApiType("SoftLayer_Network_CdnMarketplace_Account")
    public class Account
    extends Entity
    The SoftLayer_Network_CdnMarketplace_Account data type models an individual CDN account. CDN accounts contain the SoftLayer account ID of the customer, the vendor ID the account belongs to, the customer ID provided by the vendor, and a CDN account's status.
    See Also:
    SoftLayer_Network_CdnMarketplace_Account
    • Field Detail

      • account

        @ApiProperty
        protected Account account
        SoftLayer account to which the CDN account belongs.
      • billingItem

        @ApiProperty
        protected Item billingItem
        An associated parent billing item which is active.
    • 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)