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 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 DescribeAbnormalEventRequest()
public DescribeAbnormalEventRequest(DescribeAbnormalEventRequest source)
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 © 2021. All rights reserved.