Class OrganizationResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.core.rbac.organization.OrganizationResponse
All Implemented Interfaces:
Serializable

public class OrganizationResponse extends BaseResponse
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
    • code

      private String code
    • description

      private String description
    • verifiedType

      private String verifiedType
    • identityType

      private String identityType
    • identityImage

      private String identityImage
    • identityNumber

      private String identityNumber
    • verifyDate

      private Date verifyDate
    • verifyStatus

      private String verifyStatus
    • rejectReason

      private String rejectReason
  • Constructor Details

    • OrganizationResponse

      public OrganizationResponse()