public class DescribeBoardSDKLogRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAggregationInterval()
Get 聚合日志条数查询的桶的时间范围,如5m, 1h, 4h等
|
Boolean |
getAscending()
Get 是否按时间升序排列
|
String |
getContext()
Get 用于递归拉取的上下文Key,在上一次请求中返回
|
String |
getQuery()
Get 额外的查询条件
|
String |
getRoomId()
Get 需要查询日志的白板房间号
|
Long |
getSdkAppId()
Get 白板应用的SdkAppId
|
Long[] |
getTimeRange()
Get 查询时间段,Unix时间戳,单位毫秒,第一个值为开始时间戳,第二个值为结束时间
|
String |
getUserId()
Get 需要查询日志的用户ID
|
void |
setAggregationInterval(String AggregationInterval)
Set 聚合日志条数查询的桶的时间范围,如5m, 1h, 4h等
|
void |
setAscending(Boolean Ascending)
Set 是否按时间升序排列
|
void |
setContext(String Context)
Set 用于递归拉取的上下文Key,在上一次请求中返回
|
void |
setQuery(String Query)
Set 额外的查询条件
|
void |
setRoomId(String RoomId)
Set 需要查询日志的白板房间号
|
void |
setSdkAppId(Long SdkAppId)
Set 白板应用的SdkAppId
|
void |
setTimeRange(Long[] TimeRange)
Set 查询时间段,Unix时间戳,单位毫秒,第一个值为开始时间戳,第二个值为结束时间
|
void |
setUserId(String UserId)
Set 需要查询日志的用户ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeBoardSDKLogRequest()
public DescribeBoardSDKLogRequest(DescribeBoardSDKLogRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 白板应用的SdkAppIdpublic String getRoomId()
public void setRoomId(String RoomId)
RoomId
- 需要查询日志的白板房间号public String getUserId()
public void setUserId(String UserId)
UserId
- 需要查询日志的用户IDpublic Long[] getTimeRange()
public void setTimeRange(Long[] TimeRange)
TimeRange
- 查询时间段,Unix时间戳,单位毫秒,第一个值为开始时间戳,第二个值为结束时间public String getAggregationInterval()
public void setAggregationInterval(String AggregationInterval)
AggregationInterval
- 聚合日志条数查询的桶的时间范围,如5m, 1h, 4h等public String getQuery()
public void setQuery(String Query)
Query
- 额外的查询条件public Boolean getAscending()
public void setAscending(Boolean Ascending)
Ascending
- 是否按时间升序排列public String getContext()
public void setContext(String Context)
Context
- 用于递归拉取的上下文Key,在上一次请求中返回Copyright © 2023. All rights reserved.