public class DescribeAbnormalEventRequest extends AbstractModel
Constructor and Description |
---|
DescribeAbnormalEventRequest() |
DescribeAbnormalEventRequest(DescribeAbnormalEventRequest 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 |
---|---|
Long |
getEndTime()
Get 查询结束时间,本地unix时间戳(1592449080s)
|
String |
getRoomId()
Get 房间号,查询房间内任意20条以内异常体验事件
|
String |
getSdkAppId()
Get 用户SDKAppID,查询SDKAppID下任意20条异常体验事件(可能不同房间)
|
Long |
getStartTime()
Get 查询开始时间,本地unix时间戳(1592448600s)
|
void |
setEndTime(Long EndTime)
Set 查询结束时间,本地unix时间戳(1592449080s)
|
void |
setRoomId(String RoomId)
Set 房间号,查询房间内任意20条以内异常体验事件
|
void |
setSdkAppId(String SdkAppId)
Set 用户SDKAppID,查询SDKAppID下任意20条异常体验事件(可能不同房间)
|
void |
setStartTime(Long StartTime)
Set 查询开始时间,本地unix时间戳(1592448600s)
|
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 DescribeAbnormalEventRequest()
public DescribeAbnormalEventRequest(DescribeAbnormalEventRequest source)
public String getSdkAppId()
public void setSdkAppId(String SdkAppId)
SdkAppId
- 用户SDKAppID,查询SDKAppID下任意20条异常体验事件(可能不同房间)public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 查询开始时间,本地unix时间戳(1592448600s)public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 查询结束时间,本地unix时间戳(1592449080s)public String getRoomId()
public void setRoomId(String RoomId)
RoomId
- 房间号,查询房间内任意20条以内异常体验事件Copyright © 2022. All rights reserved.