Class ReportType

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.ReportType

public class ReportType extends MorpheusModel
  • Field Details

    • name

      protected String name
    • description

      protected String description
    • optionTypes

      protected List<OptionType> optionTypes
    • category

      protected String category
    • visible

      protected Boolean visible
    • masterOnly

      protected Boolean masterOnly
    • supportsAllZoneTypes

      protected Boolean supportsAllZoneTypes
    • ownerOnly

      protected Boolean ownerOnly
  • Constructor Details

    • ReportType

      public ReportType()
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getOptionTypes

      public List<OptionType> getOptionTypes()
    • setOptionTypes

      public void setOptionTypes(List<OptionType> optionTypes)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getVisible

      public Boolean getVisible()
    • setVisible

      public void setVisible(Boolean visible)
    • getMasterOnly

      public Boolean getMasterOnly()
    • setMasterOnly

      public void setMasterOnly(Boolean masterOnly)
    • getSupportsAllZoneTypes

      public Boolean getSupportsAllZoneTypes()
    • setSupportsAllZoneTypes

      public void setSupportsAllZoneTypes(Boolean supportsAllZoneTypes)
    • getOwnerOnly

      public Boolean getOwnerOnly()
    • setOwnerOnly

      public void setOwnerOnly(Boolean ownerOnly)