public class AlertRecord extends AbstractModel
header, skipSign| 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,表示取不到有效值。
|
Long |
getAppId()
Get App ID
|
String |
getCreatedAt()
Get 创建时间
|
String |
getJobId()
Get 任务 ID
|
String |
getJobSLADescription()
Get 告警规则描述
|
String |
getJobSLAId()
Get 告警规则 ID
|
String |
getProjectId()
Get 项目 ID
|
String |
getScenarioId()
Get 场景 ID
|
String |
getScenarioName()
Get 场景名称
|
AlertRecordStatus |
getStatus()
Get 状态
|
String |
getSubAccountUin()
Get 子账号
|
String |
getTarget()
Get 告警对象
|
String |
getUin()
Get 主账号
|
String |
getUpdatedAt()
Get 修改时间
|
void |
setAlertRecordId(String AlertRecordId)
Set 告警历史记录项 ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAppId(Long AppId)
Set App ID
|
void |
setCreatedAt(String CreatedAt)
Set 创建时间
|
void |
setJobId(String JobId)
Set 任务 ID
|
void |
setJobSLADescription(String JobSLADescription)
Set 告警规则描述
|
void |
setJobSLAId(String JobSLAId)
Set 告警规则 ID
|
void |
setProjectId(String ProjectId)
Set 项目 ID
|
void |
setScenarioId(String ScenarioId)
Set 场景 ID
|
void |
setScenarioName(String ScenarioName)
Set 场景名称
|
void |
setStatus(AlertRecordStatus Status)
Set 状态
|
void |
setSubAccountUin(String SubAccountUin)
Set 子账号
|
void |
setTarget(String Target)
Set 告警对象
|
void |
setUin(String Uin)
Set 主账号
|
void |
setUpdatedAt(String UpdatedAt)
Set 修改时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 - 项目 IDpublic String getScenarioId()
public void setScenarioId(String ScenarioId)
ScenarioId - 场景 IDpublic AlertRecordStatus getStatus()
public void setStatus(AlertRecordStatus Status)
Status - 状态public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt - 创建时间public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt - 修改时间public String getJobId()
public void setJobId(String JobId)
JobId - 任务 IDpublic Long getAppId()
public void setAppId(Long AppId)
AppId - App IDpublic String getUin()
public void setUin(String Uin)
Uin - 主账号public String getSubAccountUin()
public void setSubAccountUin(String SubAccountUin)
SubAccountUin - 子账号public String getScenarioName()
public void setScenarioName(String ScenarioName)
ScenarioName - 场景名称public String getTarget()
public void setTarget(String Target)
Target - 告警对象public String getJobSLAId()
public void setJobSLAId(String JobSLAId)
JobSLAId - 告警规则 IDpublic String getJobSLADescription()
public void setJobSLADescription(String JobSLADescription)
JobSLADescription - 告警规则描述Copyright © 2025. All rights reserved.