Package com.morpheusdata.model
Class InstanceScaleType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.InstanceScaleType
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected Stringprotected Integerprotected Booleanprotected Stringprotected Booleanprotected Booleanprotected Booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected BooleanFields inherited from class com.morpheusdata.model.MorpheusModelconfig, id
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetCode()getName()voidvoidsetCreatable(Boolean creatable) voidsetDescription(String description) voidsetDisplayOrder(Integer displayOrder) voidsetEmbedded(Boolean embedded) voidsetEnabled(Boolean enabled) voidsetExternalType(String externalType) voidsetInternalControl(Boolean internalControl) voidvoidvoidsetPluginIconDarkHidpiPath(String pluginIconDarkHidpiPath) voidsetPluginIconDarkPath(String pluginIconDarkPath) voidsetPluginIconHidpiPath(String pluginIconHidpiPath) voidsetPluginIconPath(String pluginIconPath) voidsetPluginLogoPrefix(String pluginLogoPrefix) voidsetScaleService(String scaleService) voidsetSelectable(Boolean selectable) Methods inherited from class com.morpheusdata.model.MorpheusModelgetConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
- 
Field Details- 
code
- 
name
- 
description
- 
externalType
- 
displayOrder
- 
creatable
- 
selectable
- 
internalControl
- 
enabled
- 
scaleService
- 
isPlugin
- 
isEmbedded
- 
pluginLogoPrefix
- 
pluginIconPath
- 
pluginIconDarkPath
- 
pluginIconHidpiPath
- 
pluginIconDarkHidpiPath
 
- 
- 
Constructor Details- 
InstanceScaleTypepublic InstanceScaleType()
 
- 
- 
Method Details- 
getCode
- 
setCode
- 
getName
- 
setName
- 
getDescription
- 
setDescription
- 
getExternalType
- 
setExternalType
- 
getDisplayOrder
- 
setDisplayOrder
- 
getCreatable
- 
setCreatable
- 
getSelectable
- 
setSelectable
- 
getInternalControl
- 
setInternalControl
- 
getEnabled
- 
setEnabled
- 
getScaleService
- 
setScaleService
- 
getPlugin
- 
setPlugin
- 
getEmbedded
- 
setEmbedded
- 
getPluginLogoPrefix
- 
setPluginLogoPrefix
- 
getPluginIconPath
- 
setPluginIconPath
- 
getPluginIconDarkPath
- 
setPluginIconDarkPath
- 
getPluginIconHidpiPath
- 
setPluginIconHidpiPath
- 
getPluginIconDarkHidpiPath
- 
setPluginIconDarkHidpiPath
 
-