Class AccountIntegrationType

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

public class AccountIntegrationType extends MorpheusModel
  • Field Details

    • name

      protected String name
    • code

      protected String code
    • description

      protected String description
    • category

      protected String category
    • integrationService

      protected String integrationService
    • enabled

      protected Boolean enabled
    • viewSet

      protected String viewSet
    • hasCMDB

      protected Boolean hasCMDB
    • hasCM

      protected Boolean hasCM
    • hasDNS

      protected Boolean hasDNS
    • hasApprovals

      protected Boolean hasApprovals
    • optionTypes

      protected List<OptionType> optionTypes
  • Constructor Details

    • AccountIntegrationType

      public AccountIntegrationType()
  • Method Details

    • getName

      public String getName()
    • getCode

      public String getCode()
    • getDescription

      public String getDescription()
    • getCategory

      public String getCategory()
    • getIntegrationService

      public String getIntegrationService()
    • getEnabled

      public Boolean getEnabled()
    • getViewSet

      public String getViewSet()
    • getHasCMDB

      public Boolean getHasCMDB()
    • getHasCM

      public Boolean getHasCM()
    • getHasDNS

      public Boolean getHasDNS()
    • getHasApprovals

      public Boolean getHasApprovals()
    • getOptionTypes

      public List<OptionType> getOptionTypes()
    • setName

      public void setName(String name)
    • setCode

      public void setCode(String code)
    • setDescription

      public void setDescription(String description)
    • setCategory

      public void setCategory(String category)
    • setIntegrationService

      public void setIntegrationService(String integrationService)
    • setEnabled

      public void setEnabled(Boolean enabled)
    • setViewSet

      public void setViewSet(String viewSet)
    • setHasCMDB

      public void setHasCMDB(Boolean hasCMDB)
    • setHasCM

      public void setHasCM(Boolean hasCM)
    • setHasDNS

      public void setHasDNS(Boolean hasDNS)
    • setHasApprovals

      public void setHasApprovals(Boolean hasApprovals)
    • setOptionTypes

      public void setOptionTypes(List<OptionType> optionTypes)