Class DescribeBoardSDKLogRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.DescribeBoardSDKLogRequest
-
public class DescribeBoardSDKLogRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeBoardSDKLogRequest()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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAggregationInterval()Get 聚合日志条数查询的桶的时间范围,如5m, 1h, 4h等BooleangetAscending()Get 是否按时间升序排列StringgetContext()Get 用于递归拉取的上下文Key,在上一次请求中返回StringgetQuery()Get 额外的查询条件StringgetRoomId()Get 需要查询日志的白板房间号LonggetSdkAppId()Get 白板应用的SdkAppIdLong[]getTimeRange()Get 查询时间段,Unix时间戳,单位毫秒,第一个值为开始时间戳,第二个值为结束时间StringgetUserId()Get 需要查询日志的用户IDvoidsetAggregationInterval(String AggregationInterval)Set 聚合日志条数查询的桶的时间范围,如5m, 1h, 4h等voidsetAscending(Boolean Ascending)Set 是否按时间升序排列voidsetContext(String Context)Set 用于递归拉取的上下文Key,在上一次请求中返回voidsetQuery(String Query)Set 额外的查询条件voidsetRoomId(String RoomId)Set 需要查询日志的白板房间号voidsetSdkAppId(Long SdkAppId)Set 白板应用的SdkAppIdvoidsetTimeRange(Long[] TimeRange)Set 查询时间段,Unix时间戳,单位毫秒,第一个值为开始时间戳,第二个值为结束时间voidsetUserId(String UserId)Set 需要查询日志的用户IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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,在上一次请求中返回
-
-