Class BsFileConfig

    • Field Detail

      • suppressUnusedImportLocalDateTime

        protected static final Class<?> suppressUnusedImportLocalDateTime
      • available

        protected Boolean available
        available
      • boost

        protected Float boost
        boost
      • configParameter

        protected String configParameter
        configParameter
      • createdBy

        protected String createdBy
        createdBy
      • createdTime

        protected Long createdTime
        createdTime
      • depth

        protected Integer depth
        depth
      • description

        protected String description
        description
      • excludedDocPaths

        protected String excludedDocPaths
        excludedDocPaths
      • excludedPaths

        protected String excludedPaths
        excludedPaths
      • includedDocPaths

        protected String includedDocPaths
        includedDocPaths
      • includedPaths

        protected String includedPaths
        includedPaths
      • intervalTime

        protected Integer intervalTime
        intervalTime
      • maxAccessCount

        protected Long maxAccessCount
        maxAccessCount
      • name

        protected String name
        name
      • numOfThread

        protected Integer numOfThread
        numOfThread
      • paths

        protected String paths
        paths
      • permissions

        protected String[] permissions
        permissions
      • sortOrder

        protected Integer sortOrder
        sortOrder
      • timeToLive

        protected Integer timeToLive
        timeToLive
      • updatedBy

        protected String updatedBy
        updatedBy
      • updatedTime

        protected Long updatedTime
        updatedTime
      • virtualHosts

        protected String[] virtualHosts
        virtualHosts
    • Constructor Detail

      • BsFileConfig

        public BsFileConfig()
    • Method Detail

      • asTableDbName

        public String asTableDbName()
      • getAvailable

        public Boolean getAvailable()
      • setAvailable

        public void setAvailable​(Boolean value)
      • getBoost

        public Float getBoost()
      • setBoost

        public void setBoost​(Float value)
      • getConfigParameter

        public String getConfigParameter()
      • setConfigParameter

        public void setConfigParameter​(String value)
      • getCreatedBy

        public String getCreatedBy()
      • setCreatedBy

        public void setCreatedBy​(String value)
      • getCreatedTime

        public Long getCreatedTime()
      • setCreatedTime

        public void setCreatedTime​(Long value)
      • getDepth

        public Integer getDepth()
      • setDepth

        public void setDepth​(Integer value)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String value)
      • getExcludedDocPaths

        public String getExcludedDocPaths()
      • setExcludedDocPaths

        public void setExcludedDocPaths​(String value)
      • getExcludedPaths

        public String getExcludedPaths()
      • setExcludedPaths

        public void setExcludedPaths​(String value)
      • getIncludedDocPaths

        public String getIncludedDocPaths()
      • setIncludedDocPaths

        public void setIncludedDocPaths​(String value)
      • getIncludedPaths

        public String getIncludedPaths()
      • setIncludedPaths

        public void setIncludedPaths​(String value)
      • getIntervalTime

        public Integer getIntervalTime()
      • setIntervalTime

        public void setIntervalTime​(Integer value)
      • getMaxAccessCount

        public Long getMaxAccessCount()
      • setMaxAccessCount

        public void setMaxAccessCount​(Long value)
      • getName

        public String getName()
      • setName

        public void setName​(String value)
      • getNumOfThread

        public Integer getNumOfThread()
      • setNumOfThread

        public void setNumOfThread​(Integer value)
      • getPaths

        public String getPaths()
      • setPaths

        public void setPaths​(String value)
      • getPermissions

        public String[] getPermissions()
      • setPermissions

        public void setPermissions​(String[] value)
      • getSortOrder

        public Integer getSortOrder()
      • setSortOrder

        public void setSortOrder​(Integer value)
      • getTimeToLive

        public Integer getTimeToLive()
      • setTimeToLive

        public void setTimeToLive​(Integer value)
      • getUpdatedBy

        public String getUpdatedBy()
      • setUpdatedBy

        public void setUpdatedBy​(String value)
      • getUpdatedTime

        public Long getUpdatedTime()
      • setUpdatedTime

        public void setUpdatedTime​(Long value)
      • getVirtualHosts

        public String[] getVirtualHosts()
      • setVirtualHosts

        public void setVirtualHosts​(String[] value)