Package com.morpheusdata.model
Class ReportType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.ReportType
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected Boolean
protected String
protected List<OptionType>
protected Boolean
protected Boolean
protected Boolean
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setCategory
(String category) void
setDescription
(String description) void
setMasterOnly
(Boolean masterOnly) void
void
setOptionTypes
(List<OptionType> optionTypes) void
setOwnerOnly
(Boolean ownerOnly) void
setSupportsAllZoneTypes
(Boolean supportsAllZoneTypes) void
setVisible
(Boolean visible) 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
-
name
-
description
-
optionTypes
-
category
-
visible
-
masterOnly
-
supportsAllZoneTypes
-
ownerOnly
-
-
Constructor Details
-
ReportType
public ReportType()
-
-
Method Details
-
getDescription
-
setDescription
-
getName
-
setName
-
getOptionTypes
-
setOptionTypes
-
getCategory
-
setCategory
-
getVisible
-
setVisible
-
getMasterOnly
-
setMasterOnly
-
getSupportsAllZoneTypes
-
setSupportsAllZoneTypes
-
getOwnerOnly
-
setOwnerOnly
-