Class AccountInfo

    • Constructor Detail

      • AccountInfo

        public AccountInfo()
      • AccountInfo

        public AccountInfo​(AccountInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getDBInstanceId

        public String getDBInstanceId()
        Get 实例ID,形如postgres-lnp6j617
        Returns:
        DBInstanceId 实例ID,形如postgres-lnp6j617
      • setDBInstanceId

        public void setDBInstanceId​(String DBInstanceId)
        Set 实例ID,形如postgres-lnp6j617
        Parameters:
        DBInstanceId - 实例ID,形如postgres-lnp6j617
      • getUserName

        public String getUserName()
        Get 帐号
        Returns:
        UserName 帐号
      • setUserName

        public void setUserName​(String UserName)
        Set 帐号
        Parameters:
        UserName - 帐号
      • getRemark

        public String getRemark()
        Get 帐号备注
        Returns:
        Remark 帐号备注
      • setRemark

        public void setRemark​(String Remark)
        Set 帐号备注
        Parameters:
        Remark - 帐号备注
      • getStatus

        public Long getStatus()
        Get 帐号状态。 1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中
        Returns:
        Status 帐号状态。 1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中
      • setStatus

        public void setStatus​(Long Status)
        Set 帐号状态。 1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中
        Parameters:
        Status - 帐号状态。 1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中
      • getCreateTime

        public String getCreateTime()
        Get 帐号创建时间
        Returns:
        CreateTime 帐号创建时间
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 帐号创建时间
        Parameters:
        CreateTime - 帐号创建时间
      • getUpdateTime

        public String getUpdateTime()
        Get 帐号最后一次更新时间
        Returns:
        UpdateTime 帐号最后一次更新时间
      • setUpdateTime

        public void setUpdateTime​(String UpdateTime)
        Set 帐号最后一次更新时间
        Parameters:
        UpdateTime - 帐号最后一次更新时间