public static class ListInsightsEventsResponseBody.ListInsightsEventsResponseBodyInsightsEvents
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
date
The time at which the event occurred.
|
String |
desc
The description of the alert event.
|
String |
level
The severity of the event.
|
String |
pid
The ID of the application associated with the event.
|
String |
problemId
问题标识。
|
String |
title
The title of the event.
|
String |
type
The type of the event.
|
| 构造器和说明 |
|---|
ListInsightsEventsResponseBodyInsightsEvents() |
@NameInMap(value="Date") public Long date
The time at which the event occurred. The value is a timestamp.
example:1658890560
@NameInMap(value="Desc") public String desc
The description of the alert event.
example:The overall response time of the [HTTP] service of the application [sd] spikes at [2022-07-27 10:57:00]
@NameInMap(value="Level") public String level
The severity of the event.
example:P3
@NameInMap(value="Pid") public String pid
The ID of the application associated with the event.
example:dsv9zcel92@7da413b******
@NameInMap(value="ProblemId") public String problemId
问题标识。
example:erep3o9zue@01ebe697ab70566|@1499161100890550|@cn-hangzhou|@1701841800000|@1701842040000|@daa6c51a-3c44-4d57-9548-4e212c******
@NameInMap(value="Title") public String title
The title of the event.
example:Average response-time spikes of application services
@NameInMap(value="Type") public String type
The type of the event.
example:rtIncrease
public ListInsightsEventsResponseBodyInsightsEvents()
public static ListInsightsEventsResponseBody.ListInsightsEventsResponseBodyInsightsEvents build(Map<String,?> map) throws Exception
Exceptionpublic ListInsightsEventsResponseBody.ListInsightsEventsResponseBodyInsightsEvents setDate(Long date)
public Long getDate()
public ListInsightsEventsResponseBody.ListInsightsEventsResponseBodyInsightsEvents setDesc(String desc)
public String getDesc()
public ListInsightsEventsResponseBody.ListInsightsEventsResponseBodyInsightsEvents setLevel(String level)
public String getLevel()
public ListInsightsEventsResponseBody.ListInsightsEventsResponseBodyInsightsEvents setPid(String pid)
public String getPid()
public ListInsightsEventsResponseBody.ListInsightsEventsResponseBodyInsightsEvents setProblemId(String problemId)
public String getProblemId()
public ListInsightsEventsResponseBody.ListInsightsEventsResponseBodyInsightsEvents setTitle(String title)
public String getTitle()
public ListInsightsEventsResponseBody.ListInsightsEventsResponseBodyInsightsEvents setType(String type)
public String getType()
Copyright © 2024. All rights reserved.