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 Alert type | 
| String | getMsgValue()Get Alert value | 
| Boolean | getState()Get Status. | 
| void | setMsgType(String MsgType)Set Alert type | 
| void | setMsgValue(String MsgValue)Set Alert value | 
| void | setState(Boolean State)Set Status. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SecLogAlertMsgInfo()
public SecLogAlertMsgInfo(SecLogAlertMsgInfo source)
public String getMsgType()
public void setMsgType(String MsgType)
MsgType - Alert typepublic String getMsgValue()
public void setMsgValue(String MsgValue)
MsgValue - Alert valuepublic Boolean getState()
public void setState(Boolean State)
State - Status. Valid values: `0` (disabled); `1` (enabled).Copyright © 2024. All rights reserved.