public class ModifyAlarmAttributeRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAttribute()
Get 告警项目。
Offline:防护软件离线
Malware:发现木马文件
NonlocalLogin:发现异地登录行为
CrackSuccess:被暴力破解成功
|
String |
getValue()
Get 告警项目属性。
CLOSE:关闭
OPEN:打开
|
void |
setAttribute(String Attribute)
Set 告警项目。
Offline:防护软件离线
Malware:发现木马文件
NonlocalLogin:发现异地登录行为
CrackSuccess:被暴力破解成功
|
void |
setValue(String Value)
Set 告警项目属性。
CLOSE:关闭
OPEN:打开
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyAlarmAttributeRequest()
public ModifyAlarmAttributeRequest(ModifyAlarmAttributeRequest source)
public String getAttribute()
public void setAttribute(String Attribute)
Attribute
- 告警项目。
public String getValue()
public void setValue(String Value)
Value
- 告警项目属性。
Copyright © 2022. All rights reserved.