public class DescribeAbnormalEventRequest extends AbstractModel
Constructor and Description |
---|
DescribeAbnormalEventRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getEndTime()
Get Query end time
|
String |
getRoomId()
Get Room ID, which can be used to query up to 20 exceptional experience events in a specific room
|
String |
getSdkAppId()
Get User `SDKAppID`, which can be used to query 20 exceptional experience events (in one or more rooms)
|
Long |
getStartTime()
Get Query start time
|
void |
setEndTime(Long EndTime)
Set Query end time
|
void |
setRoomId(String RoomId)
Set Room ID, which can be used to query up to 20 exceptional experience events in a specific room
|
void |
setSdkAppId(String SdkAppId)
Set User `SDKAppID`, which can be used to query 20 exceptional experience events (in one or more rooms)
|
void |
setStartTime(Long StartTime)
Set Query start time
|
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 String getSdkAppId()
public void setSdkAppId(String SdkAppId)
SdkAppId
- User `SDKAppID`, which can be used to query 20 exceptional experience events (in one or more rooms)public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- Query start timepublic Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- Query end timepublic String getRoomId()
public void setRoomId(String RoomId)
RoomId
- Room ID, which can be used to query up to 20 exceptional experience events in a specific roomCopyright © 2020. All rights reserved.