Class BsFileAuthentication

    • Field Detail

      • suppressUnusedImportLocalDateTime

        protected static final Class<?> suppressUnusedImportLocalDateTime
      • createdBy

        protected String createdBy
        createdBy
      • createdTime

        protected Long createdTime
        createdTime
      • fileConfigId

        protected String fileConfigId
        fileConfigId
      • hostname

        protected String hostname
        hostname
      • parameters

        protected String parameters
        parameters
      • password

        protected String password
        password
      • port

        protected Integer port
        port
      • protocolScheme

        protected String protocolScheme
        protocolScheme
      • updatedBy

        protected String updatedBy
        updatedBy
      • updatedTime

        protected Long updatedTime
        updatedTime
      • username

        protected String username
        username
    • Constructor Detail

      • BsFileAuthentication

        public BsFileAuthentication()
    • Method Detail

      • asTableDbName

        public String asTableDbName()
      • getCreatedBy

        public String getCreatedBy()
      • setCreatedBy

        public void setCreatedBy​(String value)
      • getCreatedTime

        public Long getCreatedTime()
      • setCreatedTime

        public void setCreatedTime​(Long value)
      • getFileConfigId

        public String getFileConfigId()
      • setFileConfigId

        public void setFileConfigId​(String value)
      • getHostname

        public String getHostname()
      • setHostname

        public void setHostname​(String value)
      • getParameters

        public String getParameters()
      • setParameters

        public void setParameters​(String value)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String value)
      • getPort

        public Integer getPort()
      • setPort

        public void setPort​(Integer value)
      • getProtocolScheme

        public String getProtocolScheme()
      • setProtocolScheme

        public void setProtocolScheme​(String value)
      • getUpdatedBy

        public String getUpdatedBy()
      • setUpdatedBy

        public void setUpdatedBy​(String value)
      • getUpdatedTime

        public Long getUpdatedTime()
      • setUpdatedTime

        public void setUpdatedTime​(Long value)
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String value)