![JAR search and dependency download from the Maven repository](/logo.png)
com.softlayer.api.service.billing.item.big.data.Solution 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.big.data;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.billing.Item;
/**
* The SoftLayer_Billing_Item_Big_Data_Solution data type contains general information relating to a single SoftLayer billing item for a big data solution.
*
* @see SoftLayer_Billing_Item_Big_Data_Solution
*/
@ApiType("SoftLayer_Billing_Item_Big_Data_Solution")
public class Solution extends Item {
public static class Mask extends com.softlayer.api.service.billing.Item.Mask {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy