Class OrganizationResponse

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

public class OrganizationResponse extends BaseResponseNoOrg
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 ZonedDateTime verifyDate
    • verifyStatus

      private String verifyStatus
    • rejectReason

      private String rejectReason
    • vip

      private Boolean vip
    • vipExpireDate

      private ZonedDateTime vipExpireDate
    • enabled

      private Boolean enabled
    • user

      private UserResponse user
  • Constructor Details

    • OrganizationResponse

      public OrganizationResponse()
  • Method Details

    • getVerifyDate

      public String getVerifyDate()
    • getVipExpireDate

      public String getVipExpireDate()