public class SecLogAlertMsgInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SecLogAlertMsgInfo() | 
| SecLogAlertMsgInfo(SecLogAlertMsgInfo 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 | getMsgType()Get 告警类型 | 
| String | getMsgValue()Get 告警值 | 
| Boolean | getState()Get 状态(0:关闭 1:开启) | 
| void | setMsgType(String MsgType)Set 告警类型 | 
| void | setMsgValue(String MsgValue)Set 告警值 | 
| void | setState(Boolean State)Set 状态(0:关闭 1:开启) | 
| 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 SecLogAlertMsgInfo()
public SecLogAlertMsgInfo(SecLogAlertMsgInfo source)
public String getMsgType()
public void setMsgType(String MsgType)
MsgType - 告警类型public String getMsgValue()
public void setMsgValue(String MsgValue)
MsgValue - 告警值public Boolean getState()
public void setState(Boolean State)
State - 状态(0:关闭 1:开启)Copyright © 2025. All rights reserved.