Class ModifyAlarmAttributeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.yunjing.v20180228.models.ModifyAlarmAttributeRequest
-
public class ModifyAlarmAttributeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyAlarmAttributeRequest()ModifyAlarmAttributeRequest(ModifyAlarmAttributeRequest 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 StringgetAttribute()Get 告警项目。 Offline:防护软件离线 Malware:发现木马文件 NonlocalLogin:发现异地登录行为 CrackSuccess:被暴力破解成功StringgetValue()Get 告警项目属性。 CLOSE:关闭 OPEN:打开voidsetAttribute(String Attribute)Set 告警项目。 Offline:防护软件离线 Malware:发现木马文件 NonlocalLogin:发现异地登录行为 CrackSuccess:被暴力破解成功voidsetValue(String Value)Set 告警项目属性。 CLOSE:关闭 OPEN:打开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
-
ModifyAlarmAttributeRequest
public ModifyAlarmAttributeRequest()
-
ModifyAlarmAttributeRequest
public ModifyAlarmAttributeRequest(ModifyAlarmAttributeRequest 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
-
getAttribute
public String getAttribute()
Get 告警项目。- Offline:防护软件离线
- Malware:发现木马文件
- NonlocalLogin:发现异地登录行为
- CrackSuccess:被暴力破解成功
- Returns:
- Attribute 告警项目。
- Offline:防护软件离线
- Malware:发现木马文件
- NonlocalLogin:发现异地登录行为
- CrackSuccess:被暴力破解成功
-
setAttribute
public void setAttribute(String Attribute)
Set 告警项目。- Offline:防护软件离线
- Malware:发现木马文件
- NonlocalLogin:发现异地登录行为
- CrackSuccess:被暴力破解成功
- Parameters:
Attribute- 告警项目。- Offline:防护软件离线
- Malware:发现木马文件
- NonlocalLogin:发现异地登录行为
- CrackSuccess:被暴力破解成功
-
getValue
public String getValue()
Get 告警项目属性。- CLOSE:关闭
- OPEN:打开
- Returns:
- Value 告警项目属性。
- CLOSE:关闭
- OPEN:打开
-
setValue
public void setValue(String Value)
Set 告警项目属性。- CLOSE:关闭
- OPEN:打开
- Parameters:
Value- 告警项目属性。- CLOSE:关闭
- OPEN:打开
-
-