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 High-risk command
|
Long |
getBruteAttack()
Get Password cracking
|
Long |
getHostLogin()
Get Cross-region log-in
|
Long |
getMaliciousRequest()
Get Malicious request
|
Long |
getMalware()
Get Trojan
|
Long |
getPrivilegeEscalation()
Get Local privilege escalation
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getReverseShell()
Get Reverse Shell
|
void |
setBash(Long Bash)
Set High-risk command
|
void |
setBruteAttack(Long BruteAttack)
Set Password cracking
|
void |
setHostLogin(Long HostLogin)
Set Cross-region log-in
|
void |
setMaliciousRequest(Long MaliciousRequest)
Set Malicious request
|
void |
setMalware(Long Malware)
Set Trojan
|
void |
setPrivilegeEscalation(Long PrivilegeEscalation)
Set Local privilege escalation
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setReverseShell(Long ReverseShell)
Set Reverse Shell
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeMachineRiskCntResponse()
public DescribeMachineRiskCntResponse(DescribeMachineRiskCntResponse source)
public Long getHostLogin()
public void setHostLogin(Long HostLogin)
HostLogin
- Cross-region log-inpublic Long getBruteAttack()
public void setBruteAttack(Long BruteAttack)
BruteAttack
- Password crackingpublic Long getMaliciousRequest()
public void setMaliciousRequest(Long MaliciousRequest)
MaliciousRequest
- Malicious requestpublic Long getReverseShell()
public void setReverseShell(Long ReverseShell)
ReverseShell
- Reverse Shellpublic Long getBash()
public void setBash(Long Bash)
Bash
- High-risk commandpublic Long getPrivilegeEscalation()
public void setPrivilegeEscalation(Long PrivilegeEscalation)
PrivilegeEscalation
- Local privilege escalationpublic Long getMalware()
public void setMalware(Long Malware)
Malware
- Trojanpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.