Class DescribeBoardSDKLogRequest

    • Constructor Detail

      • DescribeBoardSDKLogRequest

        public DescribeBoardSDKLogRequest()
      • DescribeBoardSDKLogRequest

        public DescribeBoardSDKLogRequest​(DescribeBoardSDKLogRequest 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
      • getRoomId

        public String getRoomId()
        Get 需要查询日志的白板房间号
        Returns:
        RoomId 需要查询日志的白板房间号
      • setRoomId

        public void setRoomId​(String RoomId)
        Set 需要查询日志的白板房间号
        Parameters:
        RoomId - 需要查询日志的白板房间号
      • getUserId

        public String getUserId()
        Get 需要查询日志的用户ID
        Returns:
        UserId 需要查询日志的用户ID
      • setUserId

        public void setUserId​(String UserId)
        Set 需要查询日志的用户ID
        Parameters:
        UserId - 需要查询日志的用户ID
      • getTimeRange

        public Long[] getTimeRange()
        Get 查询时间段,Unix时间戳,单位毫秒,第一个值为开始时间戳,第二个值为结束时间
        Returns:
        TimeRange 查询时间段,Unix时间戳,单位毫秒,第一个值为开始时间戳,第二个值为结束时间
      • setTimeRange

        public void setTimeRange​(Long[] TimeRange)
        Set 查询时间段,Unix时间戳,单位毫秒,第一个值为开始时间戳,第二个值为结束时间
        Parameters:
        TimeRange - 查询时间段,Unix时间戳,单位毫秒,第一个值为开始时间戳,第二个值为结束时间
      • getAggregationInterval

        public String getAggregationInterval()
        Get 聚合日志条数查询的桶的时间范围,如5m, 1h, 4h等
        Returns:
        AggregationInterval 聚合日志条数查询的桶的时间范围,如5m, 1h, 4h等
      • setAggregationInterval

        public void setAggregationInterval​(String AggregationInterval)
        Set 聚合日志条数查询的桶的时间范围,如5m, 1h, 4h等
        Parameters:
        AggregationInterval - 聚合日志条数查询的桶的时间范围,如5m, 1h, 4h等
      • getQuery

        public String getQuery()
        Get 额外的查询条件
        Returns:
        Query 额外的查询条件
      • setQuery

        public void setQuery​(String Query)
        Set 额外的查询条件
        Parameters:
        Query - 额外的查询条件
      • getAscending

        public Boolean getAscending()
        Get 是否按时间升序排列
        Returns:
        Ascending 是否按时间升序排列
      • setAscending

        public void setAscending​(Boolean Ascending)
        Set 是否按时间升序排列
        Parameters:
        Ascending - 是否按时间升序排列
      • getContext

        public String getContext()
        Get 用于递归拉取的上下文Key,在上一次请求中返回
        Returns:
        Context 用于递归拉取的上下文Key,在上一次请求中返回
      • setContext

        public void setContext​(String Context)
        Set 用于递归拉取的上下文Key,在上一次请求中返回
        Parameters:
        Context - 用于递归拉取的上下文Key,在上一次请求中返回