public static final class ListInsightsEventsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ListInsightsEventsRequest |
build() |
ListInsightsEventsRequest.Builder |
endTime(String endTime)
The end of the time range to query.
|
ListInsightsEventsRequest.Builder |
insightsTypes(String insightsTypes)
The types of the events that you want to query.
|
ListInsightsEventsRequest.Builder |
pid(String pid)
The ID of the application.
|
ListInsightsEventsRequest.Builder |
regionId(String regionId)
The region ID.
|
ListInsightsEventsRequest.Builder |
startTime(String startTime)
The start of the time range to query.
|
public ListInsightsEventsRequest.Builder endTime(String endTime)
public ListInsightsEventsRequest.Builder insightsTypes(String insightsTypes)
* errorIncrease: API error-rate spike events. Examples: HTTP API error-rate spike events and Dubbo API error-rate spike events. * topErrorIncrease: the top five API error-rate spike events with the highest traffic. * topRtIncrease: API response-time spike events. Examples: HTTP API response-time spike events and Dubbo API response-time spike events. * rtIncrease: the top five API response-time spike events with the highest traffic.
public ListInsightsEventsRequest.Builder pid(String pid)
public ListInsightsEventsRequest.Builder regionId(String regionId)
public ListInsightsEventsRequest.Builder startTime(String startTime)
public ListInsightsEventsRequest build()
Copyright © 2024. All rights reserved.