public class DescribeAlarmAttributeResponse extends AbstractModel
Constructor and Description |
---|
DescribeAlarmAttributeResponse() |
DescribeAlarmAttributeResponse(DescribeAlarmAttributeResponse 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 |
getCrackSuccess()
Get 被暴力破解成功告警状态:
OPEN:告警已开启
CLOSE: 告警已关闭
|
String |
getMalware()
Get 发现木马告警状态:
OPEN:告警已开启
CLOSE: 告警已关闭
|
String |
getNonlocalLogin()
Get 发现异地登录告警状态:
OPEN:告警已开启
CLOSE: 告警已关闭
|
String |
getOffline()
Get 防护软件离线告警状态:
OPEN:告警已开启
CLOSE: 告警已关闭
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setCrackSuccess(String CrackSuccess)
Set 被暴力破解成功告警状态:
OPEN:告警已开启
CLOSE: 告警已关闭
|
void |
setMalware(String Malware)
Set 发现木马告警状态:
OPEN:告警已开启
CLOSE: 告警已关闭
|
void |
setNonlocalLogin(String NonlocalLogin)
Set 发现异地登录告警状态:
OPEN:告警已开启
CLOSE: 告警已关闭
|
void |
setOffline(String Offline)
Set 防护软件离线告警状态:
OPEN:告警已开启
CLOSE: 告警已关闭
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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 DescribeAlarmAttributeResponse()
public DescribeAlarmAttributeResponse(DescribeAlarmAttributeResponse source)
public String getOffline()
public void setOffline(String Offline)
Offline
- 防护软件离线告警状态:
public String getMalware()
public void setMalware(String Malware)
Malware
- 发现木马告警状态:
public String getNonlocalLogin()
public void setNonlocalLogin(String NonlocalLogin)
NonlocalLogin
- 发现异地登录告警状态:
public String getCrackSuccess()
public void setCrackSuccess(String CrackSuccess)
CrackSuccess
- 被暴力破解成功告警状态:
public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.