public class DescribeMachineRiskCntResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeMachineRiskCntResponse() |
DescribeMachineRiskCntResponse(DescribeMachineRiskCntResponse 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 |
---|---|
Long |
getBash()
Get 高危命令
|
Long |
getBruteAttack()
Get 密码破解
|
Long |
getHostLogin()
Get 异地登录
|
Long |
getMaliciousRequest()
Get 恶意请求
|
Long |
getMalware()
Get 木马
|
Long |
getPrivilegeEscalation()
Get 本地提权
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getReverseShell()
Get 反弹shell
|
void |
setBash(Long Bash)
Set 高危命令
|
void |
setBruteAttack(Long BruteAttack)
Set 密码破解
|
void |
setHostLogin(Long HostLogin)
Set 异地登录
|
void |
setMaliciousRequest(Long MaliciousRequest)
Set 恶意请求
|
void |
setMalware(Long Malware)
Set 木马
|
void |
setPrivilegeEscalation(Long PrivilegeEscalation)
Set 本地提权
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setReverseShell(Long ReverseShell)
Set 反弹shell
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeMachineRiskCntResponse()
public DescribeMachineRiskCntResponse(DescribeMachineRiskCntResponse source)
public Long getHostLogin()
public void setHostLogin(Long HostLogin)
HostLogin
- 异地登录public Long getBruteAttack()
public void setBruteAttack(Long BruteAttack)
BruteAttack
- 密码破解public Long getMaliciousRequest()
public void setMaliciousRequest(Long MaliciousRequest)
MaliciousRequest
- 恶意请求public Long getReverseShell()
public void setReverseShell(Long ReverseShell)
ReverseShell
- 反弹shellpublic Long getBash()
public void setBash(Long Bash)
Bash
- 高危命令public Long getPrivilegeEscalation()
public void setPrivilegeEscalation(Long PrivilegeEscalation)
PrivilegeEscalation
- 本地提权public Long getMalware()
public void setMalware(Long Malware)
Malware
- 木马public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.