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 Interval for aggregating log number queries. | 
| Boolean | getAscending()Get Specifies whether to sort results in ascending order of time. | 
| String | getContext()Get Context key used for recursive extraction. | 
| String | getQuery()Get Extra query conditions. | 
| String | getRoomId()Get Room ID to be used to query logs. | 
| Long | getSdkAppId()Get SdkAppId of the whiteboard application. | 
| Long[] | getTimeRange()Get Query period, which consists of two Unix timestamps in milliseconds. | 
| String | getUserId()Get User ID to be used to query logs. | 
| void | setAggregationInterval(String AggregationInterval)Set Interval for aggregating log number queries. | 
| void | setAscending(Boolean Ascending)Set Specifies whether to sort results in ascending order of time. | 
| void | setContext(String Context)Set Context key used for recursive extraction. | 
| void | setQuery(String Query)Set Extra query conditions. | 
| void | setRoomId(String RoomId)Set Room ID to be used to query logs. | 
| void | setSdkAppId(Long SdkAppId)Set SdkAppId of the whiteboard application. | 
| void | setTimeRange(Long[] TimeRange)Set Query period, which consists of two Unix timestamps in milliseconds. | 
| void | setUserId(String UserId)Set User ID to be used to query logs. | 
| 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, toJsonStringpublic DescribeBoardSDKLogRequest()
public DescribeBoardSDKLogRequest(DescribeBoardSDKLogRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - SdkAppId of the whiteboard application.public String getRoomId()
public void setRoomId(String RoomId)
RoomId - Room ID to be used to query logs.public String getUserId()
public void setUserId(String UserId)
UserId - User ID to be used to query logs.public Long[] getTimeRange()
public void setTimeRange(Long[] TimeRange)
TimeRange - Query period, which consists of two Unix timestamps in milliseconds. The first indicates the start time and the second the end time.public String getAggregationInterval()
public void setAggregationInterval(String AggregationInterval)
AggregationInterval - Interval for aggregating log number queries. Example values: `5m`, `1h`, `4h`public String getQuery()
public void setQuery(String Query)
Query - Extra query conditions.public Boolean getAscending()
public void setAscending(Boolean Ascending)
Ascending - Specifies whether to sort results in ascending order of time.public String getContext()
public void setContext(String Context)
Context - Context key used for recursive extraction. Obtain this parameter in the response to the last request.Copyright © 2023. All rights reserved.