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 Alert history record ID. 
 | 
Long | 
getAppId()
Get App ID. 
 | 
String | 
getCreatedAt()
Get Create time. 
 | 
String | 
getJobId()
Get Job ID. 
 | 
String | 
getJobSLADescription()
Get SLA description. 
 | 
String | 
getJobSLAId()
Get SLA ID. 
 | 
String | 
getProjectId()
Get Project ID. 
 | 
String | 
getScenarioId()
Get Scenario ID. 
 | 
String | 
getScenarioName()
Get Scenario name. 
 | 
AlertRecordStatus | 
getStatus()
Get Status. 
 | 
String | 
getSubAccountUin()
Get Sub account uin. 
 | 
String | 
getTarget()
Get Alert target. 
 | 
String | 
getUin()
Get Account uin. 
 | 
String | 
getUpdatedAt()
Get Update time. 
 | 
void | 
setAlertRecordId(String AlertRecordId)
Set Alert history record ID. 
 | 
void | 
setAppId(Long AppId)
Set App ID. 
 | 
void | 
setCreatedAt(String CreatedAt)
Set Create time. 
 | 
void | 
setJobId(String JobId)
Set Job ID. 
 | 
void | 
setJobSLADescription(String JobSLADescription)
Set SLA description. 
 | 
void | 
setJobSLAId(String JobSLAId)
Set SLA ID. 
 | 
void | 
setProjectId(String ProjectId)
Set Project ID. 
 | 
void | 
setScenarioId(String ScenarioId)
Set Scenario ID. 
 | 
void | 
setScenarioName(String ScenarioName)
Set Scenario name. 
 | 
void | 
setStatus(AlertRecordStatus Status)
Set Status. 
 | 
void | 
setSubAccountUin(String SubAccountUin)
Set Sub account uin. 
 | 
void | 
setTarget(String Target)
Set Alert target. 
 | 
void | 
setUin(String Uin)
Set Account uin. 
 | 
void | 
setUpdatedAt(String UpdatedAt)
Set Update time. 
 | 
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 - Alert history record ID.
Note: This field may return null, indicating that no valid value is found.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project ID.
Note: This field may return null, indicating that no valid value is found.public String getScenarioId()
public void setScenarioId(String ScenarioId)
ScenarioId - Scenario ID.
Note: This field may return null, indicating that no valid value is found.public AlertRecordStatus getStatus()
public void setStatus(AlertRecordStatus Status)
Status - Status.
Note: This field may return null, indicating that no valid value is found.public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt - Create time.
Note: This field may return null, indicating that no valid value is found.public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt - Update time.
Note: This field may return null, indicating that no valid value is found.public String getJobId()
public void setJobId(String JobId)
JobId - Job ID.
Note: This field may return null, indicating that no valid value is found.public Long getAppId()
public void setAppId(Long AppId)
AppId - App ID.
Note: This field may return null, indicating that no valid value is found.public String getUin()
public void setUin(String Uin)
Uin - Account uin.
Note: This field may return null, indicating that no valid value is found.public String getSubAccountUin()
public void setSubAccountUin(String SubAccountUin)
SubAccountUin - Sub account uin.
Note: This field may return null, indicating that no valid value is found.public String getScenarioName()
public void setScenarioName(String ScenarioName)
ScenarioName - Scenario name.
Note: This field may return null, indicating that no valid value is found.public String getTarget()
public void setTarget(String Target)
Target - Alert target.
Note: This field may return null, indicating that no valid value is found.public String getJobSLAId()
public void setJobSLAId(String JobSLAId)
JobSLAId - SLA ID.
Note: This field may return null, indicating that no valid value is found.public String getJobSLADescription()
public void setJobSLADescription(String JobSLADescription)
JobSLADescription - SLA description.
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.