java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.cdnmarketplace.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 Details

    • 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 Details

    • Account

      public Account()
  • Method Details

    • getAccount

      public Account getAccount()
    • setAccount

      public void setAccount​(Account account)
    • getBillingItem

      public Item getBillingItem()
    • setBillingItem

      public void setBillingItem​(Item billingItem)
    • service

      public static Account.Service service​(ApiClient client)