Class SecLogAlertMsgInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.SecLogAlertMsgInfo
-
public class SecLogAlertMsgInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMsgType()Get 告警类型StringgetMsgValue()Get 告警值BooleangetState()Get 状态(0:关闭 1:开启)voidsetMsgType(String MsgType)Set 告警类型voidsetMsgValue(String MsgValue)Set 告警值voidsetState(Boolean State)Set 状态(0:关闭 1:开启)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SecLogAlertMsgInfo
public SecLogAlertMsgInfo()
-
SecLogAlertMsgInfo
public 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.
-
-
Method Detail
-
getMsgType
public String getMsgType()
Get 告警类型- Returns:
- MsgType 告警类型
-
setMsgType
public void setMsgType(String MsgType)
Set 告警类型- Parameters:
MsgType- 告警类型
-
getMsgValue
public String getMsgValue()
Get 告警值- Returns:
- MsgValue 告警值
-
setMsgValue
public void setMsgValue(String MsgValue)
Set 告警值- Parameters:
MsgValue- 告警值
-
getState
public Boolean getState()
Get 状态(0:关闭 1:开启)- Returns:
- State 状态(0:关闭 1:开启)
-
setState
public void setState(Boolean State)
Set 状态(0:关闭 1:开启)- Parameters:
State- 状态(0:关闭 1:开启)
-
-