Package com.morpheusdata.model
Class InstanceScaleType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.InstanceScaleType
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Boolean
protected String
protected Integer
protected Boolean
protected String
protected Boolean
protected Boolean
protected Boolean
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected Boolean
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getName()
void
void
setCreatable
(Boolean creatable) void
setDescription
(String description) void
setDisplayOrder
(Integer displayOrder) void
setEmbedded
(Boolean embedded) void
setEnabled
(Boolean enabled) void
setExternalType
(String externalType) void
setInternalControl
(Boolean internalControl) void
void
void
setPluginIconDarkHidpiPath
(String pluginIconDarkHidpiPath) void
setPluginIconDarkPath
(String pluginIconDarkPath) void
setPluginIconHidpiPath
(String pluginIconHidpiPath) void
setPluginIconPath
(String pluginIconPath) void
setPluginLogoPrefix
(String pluginLogoPrefix) void
setScaleService
(String scaleService) void
setSelectable
(Boolean selectable) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, 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
-
InstanceScaleType
public 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
-