Class DescribeSupervisorsRequest

    • Constructor Detail

      • DescribeSupervisorsRequest

        public DescribeSupervisorsRequest()
      • DescribeSupervisorsRequest

        public DescribeSupervisorsRequest​(DescribeSupervisorsRequest 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。
      • getLimit

        public Long getLimit()
        Get 每页数据量,最大100。 不填默认20.
        Returns:
        Limit 每页数据量,最大100。 不填默认20.
      • setLimit

        public void setLimit​(Long Limit)
        Set 每页数据量,最大100。 不填默认20.
        Parameters:
        Limit - 每页数据量,最大100。 不填默认20.
      • getPage

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

        public void setPage​(Long Page)
        Set 分页查询当前页数,从1开始递增,不填默认为1。
        Parameters:
        Page - 分页查询当前页数,从1开始递增,不填默认为1。