public class DescribeUnusualEventRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeUnusualEventRequest()  | 
DescribeUnusualEventRequest(DescribeUnusualEventRequest 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 The end time, which is a Unix timestamp (seconds) in local time, such as `1590065877`. 
 | 
String | 
getRoomId()
Get The room ID. 
 | 
Long | 
getSdkAppId()
Get The application ID, such as `1400xxxxxx`. 
 | 
Long | 
getStartTime()
Get The start time, which is a Unix timestamp (seconds) in local time, such as `1590065777`. 
 | 
void | 
setEndTime(Long EndTime)
Set The end time, which is a Unix timestamp (seconds) in local time, such as `1590065877`. 
 | 
void | 
setRoomId(String RoomId)
Set The room ID. 
 | 
void | 
setSdkAppId(Long SdkAppId)
Set The application ID, such as `1400xxxxxx`. 
 | 
void | 
setStartTime(Long StartTime)
Set The start time, which is a Unix timestamp (seconds) in local time, such as `1590065777`. 
 | 
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 DescribeUnusualEventRequest()
public DescribeUnusualEventRequest(DescribeUnusualEventRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - The application ID, such as `1400xxxxxx`.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - The start time, which is a Unix timestamp (seconds) in local time, such as `1590065777`.
Note: Only data in the last 14 days can be queried.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - The end time, which is a Unix timestamp (seconds) in local time, such as `1590065877`. The end time and start time cannot be more than one hour apart.public String getRoomId()
public void setRoomId(String RoomId)
RoomId - The room ID. Up to 20 random abnormal user experiences of the specified room will be returned.Copyright © 2023. All rights reserved.