类 RoleForGetRoleOutput


  • public class RoleForGetRoleOutput
    extends Object
    RoleForGetRoleOutput
    • 构造器详细资料

      • RoleForGetRoleOutput

        public RoleForGetRoleOutput()
    • 方法详细资料

      • getCreateDate

        public String getCreateDate()
        Get createDate
        返回:
        createDate
      • setCreateDate

        public void setCreateDate​(String createDate)
      • getDescription

        public String getDescription()
        Get description
        返回:
        description
      • setDescription

        public void setDescription​(String description)
      • getRoleId

        public Integer getRoleId()
        Get roleId
        返回:
        roleId
      • setRoleId

        public void setRoleId​(Integer roleId)
      • getRoleName

        public String getRoleName()
        Get roleName
        返回:
        roleName
      • setRoleName

        public void setRoleName​(String roleName)
      • getTrn

        public String getTrn()
        Get trn
        返回:
        trn
      • setTrn

        public void setTrn​(String trn)
      • getTrustPolicyDocument

        public String getTrustPolicyDocument()
        Get trustPolicyDocument
        返回:
        trustPolicyDocument
      • setTrustPolicyDocument

        public void setTrustPolicyDocument​(String trustPolicyDocument)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object