public class LicenseManagerLicenseInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
costUnit |
String |
editionKey |
KeyValue[] |
labels |
String |
licenseKey |
String |
name |
KeyAnyValue[] |
properties |
int |
total |
Integer |
used |
dynamicProperty, dynamicType| Constructor and Description |
|---|
LicenseManagerLicenseInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCostUnit() |
String |
getEditionKey() |
KeyValue[] |
getLabels() |
String |
getLicenseKey() |
String |
getName() |
KeyAnyValue[] |
getProperties() |
int |
getTotal() |
Integer |
getUsed() |
void |
setCostUnit(String costUnit) |
void |
setEditionKey(String editionKey) |
void |
setLabels(KeyValue[] labels) |
void |
setLicenseKey(String licenseKey) |
void |
setName(String name) |
void |
setProperties(KeyAnyValue[] properties) |
void |
setTotal(int total) |
void |
setUsed(Integer used) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String licenseKey
public String editionKey
public String name
public int total
public Integer used
public String costUnit
public KeyAnyValue[] properties
public KeyValue[] labels
public String getLicenseKey()
public String getEditionKey()
public String getName()
public int getTotal()
public Integer getUsed()
public String getCostUnit()
public KeyAnyValue[] getProperties()
public KeyValue[] getLabels()
public void setLicenseKey(String licenseKey)
public void setEditionKey(String editionKey)
public void setName(String name)
public void setTotal(int total)
public void setUsed(Integer used)
public void setCostUnit(String costUnit)
public void setProperties(KeyAnyValue[] properties)
public void setLabels(KeyValue[] labels)
Copyright © 2011-2012. All Rights Reserved.