public class AlertRecord extends AbstractModel
Constructor and Description |
---|
AlertRecord() |
AlertRecord(AlertRecord 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 |
---|---|
String |
getAlertRecordId()
Get 告警历史记录项 ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCreatedAt()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getJobId()
Get 任务 ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProjectId()
Get 项目 ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getScenarioId()
Get 场景 ID
注意:此字段可能返回 null,表示取不到有效值。
|
AlertRecordStatus |
getStatus()
Get 状态
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdatedAt()
Get 修改时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAlertRecordId(String AlertRecordId)
Set 告警历史记录项 ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreatedAt(String CreatedAt)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setJobId(String JobId)
Set 任务 ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProjectId(String ProjectId)
Set 项目 ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScenarioId(String ScenarioId)
Set 场景 ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(AlertRecordStatus Status)
Set 状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdatedAt(String UpdatedAt)
Set 修改时间
注意:此字段可能返回 null,表示取不到有效值。
|
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 AlertRecord()
public AlertRecord(AlertRecord source)
public String getAlertRecordId()
public void setAlertRecordId(String AlertRecordId)
AlertRecordId
- 告警历史记录项 ID
注意:此字段可能返回 null,表示取不到有效值。public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目 ID
注意:此字段可能返回 null,表示取不到有效值。public String getScenarioId()
public void setScenarioId(String ScenarioId)
ScenarioId
- 场景 ID
注意:此字段可能返回 null,表示取不到有效值。public AlertRecordStatus getStatus()
public void setStatus(AlertRecordStatus Status)
Status
- 状态
注意:此字段可能返回 null,表示取不到有效值。public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt
- 修改时间
注意:此字段可能返回 null,表示取不到有效值。public String getJobId()
public void setJobId(String JobId)
JobId
- 任务 ID
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.