Class DeleteRoomMemberRequest

    • Constructor Detail

      • DeleteRoomMemberRequest

        public DeleteRoomMemberRequest()
      • DeleteRoomMemberRequest

        public DeleteRoomMemberRequest​(DeleteRoomMemberRequest 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

      • getRoomId

        public String getRoomId()
        Get 要操作的房间id
        Returns:
        RoomId 要操作的房间id
      • setRoomId

        public void setRoomId​(String RoomId)
        Set 要操作的房间id
        Parameters:
        RoomId - 要操作的房间id
      • getDeleteType

        public Long getDeleteType()
        Get 剔除类型 1-删除房间 2-剔除用户
        Returns:
        DeleteType 剔除类型 1-删除房间 2-剔除用户
      • setDeleteType

        public void setDeleteType​(Long DeleteType)
        Set 剔除类型 1-删除房间 2-剔除用户
        Parameters:
        DeleteType - 剔除类型 1-删除房间 2-剔除用户
      • getBizId

        public Long getBizId()
        Get 应用id
        Returns:
        BizId 应用id
      • setBizId

        public void setBizId​(Long BizId)
        Set 应用id
        Parameters:
        BizId - 应用id
      • getUids

        public String[] getUids()
        Get 要剔除的用户列表
        Returns:
        Uids 要剔除的用户列表
      • setUids

        public void setUids​(String[] Uids)
        Set 要剔除的用户列表
        Parameters:
        Uids - 要剔除的用户列表