public class ListInsightsEventsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endTime
The end of the time range to query.
|
String |
insightsTypes
The types of the events that you want to query.
|
String |
pid
The ID of the application.
|
String |
regionId
The region ID.
|
String |
startTime
The start of the time range to query.
|
| 构造器和说明 |
|---|
ListInsightsEventsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListInsightsEventsRequest |
build(Map<String,?> map) |
String |
getEndTime() |
String |
getInsightsTypes() |
String |
getPid() |
String |
getRegionId() |
String |
getStartTime() |
ListInsightsEventsRequest |
setEndTime(String endTime) |
ListInsightsEventsRequest |
setInsightsTypes(String insightsTypes) |
ListInsightsEventsRequest |
setPid(String pid) |
ListInsightsEventsRequest |
setRegionId(String regionId) |
ListInsightsEventsRequest |
setStartTime(String startTime) |
@NameInMap(value="EndTime") public String endTime
The end of the time range to query. The value is a timestamp.
This parameter is required.
example:1480607940000
@NameInMap(value="InsightsTypes") public String insightsTypes
The types of the events that you want to query. Separate multiple event types with commas (,). If you do not specify this parameter, all events are queried.
errorIncrease,topErrorIncrease,topExceptionIncrease,topRtIncrease,rtIncrease
@NameInMap(value="Pid") public String pid
The ID of the application.
example:aokcdqn3ly@a195c6d6421****
@NameInMap(value="RegionId") public String regionId
The region ID.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="StartTime") public String startTime
The start of the time range to query. The value is a timestamp.
This parameter is required.
example:1595174400000
public static ListInsightsEventsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListInsightsEventsRequest setEndTime(String endTime)
public String getEndTime()
public ListInsightsEventsRequest setInsightsTypes(String insightsTypes)
public String getInsightsTypes()
public ListInsightsEventsRequest setPid(String pid)
public String getPid()
public ListInsightsEventsRequest setRegionId(String regionId)
public String getRegionId()
public ListInsightsEventsRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.