com.softlayer.api.service.billing.item.software.component.ControlPanel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of softlayer-api-client Show documentation
Show all versions of softlayer-api-client Show documentation
API client for accessing the SoftLayer API
package com.softlayer.api.service.billing.item.software.component;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.billing.Item;
/**
* The SoftLayer_Billing_Item_Software_Component_ControlPanel data type contains general information relating to a single SoftLayer billing item for control panel software components.
*
* @see SoftLayer_Billing_Item_Software_Component_ControlPanel
*/
@ApiType("SoftLayer_Billing_Item_Software_Component_ControlPanel")
public class ControlPanel extends Item {
public static class Mask extends com.softlayer.api.service.billing.Item.Mask {
}
}