public class AlertRecordStatus extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AlertRecordStatus() | 
| AlertRecordStatus(AlertRecordStatus 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 | 
|---|---|
| Long | getAbortJob()Get Success or failure of stopping performance test job. | 
| Long | getSendNotice()Get Success or failure of sending alert notification. | 
| void | setAbortJob(Long AbortJob)Set Success or failure of stopping performance test job. | 
| void | setSendNotice(Long SendNotice)Set Success or failure of sending alert notification. | 
| 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 AlertRecordStatus()
public AlertRecordStatus(AlertRecordStatus source)
public Long getAbortJob()
public void setAbortJob(Long AbortJob)
AbortJob - Success or failure of stopping performance test job.
Note: This field may return null, indicating that no valid value is found.public Long getSendNotice()
public void setSendNotice(Long SendNotice)
SendNotice - Success or failure of sending alert notification.
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.