Class GetRoomsRequest

    • Constructor Detail

      • GetRoomsRequest

        public GetRoomsRequest()
      • GetRoomsRequest

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

      • getSdkAppId

        public Long getSdkAppId()
        Get 低代码平台的SdkAppId。
        Returns:
        SdkAppId 低代码平台的SdkAppId。
      • setSdkAppId

        public void setSdkAppId​(Long SdkAppId)
        Set 低代码平台的SdkAppId。
        Parameters:
        SdkAppId - 低代码平台的SdkAppId。
      • getStartTime

        public Long getStartTime()
        Get 开始时间。默认以当前时间减去半小时作为开始时间。
        Returns:
        StartTime 开始时间。默认以当前时间减去半小时作为开始时间。
      • setStartTime

        public void setStartTime​(Long StartTime)
        Set 开始时间。默认以当前时间减去半小时作为开始时间。
        Parameters:
        StartTime - 开始时间。默认以当前时间减去半小时作为开始时间。
      • getEndTime

        public Long getEndTime()
        Get 结束时间。默认以当前时间加上半小时作为结束时间。
        Returns:
        EndTime 结束时间。默认以当前时间加上半小时作为结束时间。
      • setEndTime

        public void setEndTime​(Long EndTime)
        Set 结束时间。默认以当前时间加上半小时作为结束时间。
        Parameters:
        EndTime - 结束时间。默认以当前时间加上半小时作为结束时间。
      • getPage

        public Long getPage()
        Get 分页查询当前页数,从1开始递增
        Returns:
        Page 分页查询当前页数,从1开始递增
      • setPage

        public void setPage​(Long Page)
        Set 分页查询当前页数,从1开始递增
        Parameters:
        Page - 分页查询当前页数,从1开始递增
      • getLimit

        public Long getLimit()
        Get 默认是10条
        Returns:
        Limit 默认是10条
      • setLimit

        public void setLimit​(Long Limit)
        Set 默认是10条
        Parameters:
        Limit - 默认是10条
      • getStatus

        public Long[] getStatus()
        Get 课堂状态。默认展示所有课堂,0为未开始,1为正在上课,2为已结束,3为已过期
        Returns:
        Status 课堂状态。默认展示所有课堂,0为未开始,1为正在上课,2为已结束,3为已过期
      • setStatus

        public void setStatus​(Long[] Status)
        Set 课堂状态。默认展示所有课堂,0为未开始,1为正在上课,2为已结束,3为已过期
        Parameters:
        Status - 课堂状态。默认展示所有课堂,0为未开始,1为正在上课,2为已结束,3为已过期