public class SubscribedSku extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
appliesTo
The Applies To.
|
java.lang.String |
capabilityStatus
The Capability Status.
|
java.lang.Integer |
consumedUnits
The Consumed Units.
|
LicenseUnitsDetail |
prepaidUnits
The Prepaid Units.
|
java.util.List<ServicePlanInfo> |
servicePlans
The Service Plans.
|
java.util.UUID |
skuId
The Sku Id.
|
java.lang.String |
skuPartNumber
The Sku Part Number.
|
| Constructor and Description |
|---|
SubscribedSku() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="capabilityStatus") @Expose public java.lang.String capabilityStatus
@SerializedName(value="consumedUnits") @Expose public java.lang.Integer consumedUnits
@SerializedName(value="prepaidUnits") @Expose public LicenseUnitsDetail prepaidUnits
@SerializedName(value="servicePlans") @Expose public java.util.List<ServicePlanInfo> servicePlans
@SerializedName(value="skuId") @Expose public java.util.UUID skuId
@SerializedName(value="skuPartNumber") @Expose public java.lang.String skuPartNumber
@SerializedName(value="appliesTo") @Expose public java.lang.String appliesTo
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to