public class AlertDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AlertDetail() | 
| AlertDetail(AlertDetail 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 | 
|---|---|
| AlertType | getBaseInfo()Get 告警基础信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getDetail()Get 告警详情,json序列化
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setBaseInfo(AlertType BaseInfo)Set 告警基础信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDetail(String Detail)Set 告警详情,json序列化
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 AlertDetail()
public AlertDetail(AlertDetail source)
public AlertType getBaseInfo()
public void setBaseInfo(AlertType BaseInfo)
BaseInfo - 告警基础信息
注意:此字段可能返回 null,表示取不到有效值。public String getDetail()
public void setDetail(String Detail)
Detail - 告警详情,json序列化
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.