public class HostLicenseSpec extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String[] |
disabledFeatureKey |
String |
editionKey |
String[] |
enabledFeatureKey |
LicenseSource |
source |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostLicenseSpec() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getDisabledFeatureKey() |
String |
getEditionKey() |
String[] |
getEnabledFeatureKey() |
LicenseSource |
getSource() |
void |
setDisabledFeatureKey(String[] disabledFeatureKey) |
void |
setEditionKey(String editionKey) |
void |
setEnabledFeatureKey(String[] enabledFeatureKey) |
void |
setSource(LicenseSource source) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic LicenseSource source
public String editionKey
public String[] disabledFeatureKey
public String[] enabledFeatureKey
public LicenseSource getSource()
public String getEditionKey()
public String[] getDisabledFeatureKey()
public String[] getEnabledFeatureKey()
public void setSource(LicenseSource source)
public void setEditionKey(String editionKey)
public void setDisabledFeatureKey(String[] disabledFeatureKey)
public void setEnabledFeatureKey(String[] enabledFeatureKey)
Copyright © 2011-2012. All Rights Reserved.