public class BruteAttackInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
BruteAttackInfo()  | 
BruteAttackInfo(BruteAttackInfo 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 | 
getAttackStatusDesc()
Get Description of the brute force cracking status
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getBanExpiredTime()
Get Blocking expiration time (valid only for events in blocking status)
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getBanStatus()
Get 0: no blocking (not supported for the client version)1: blocked
2: blocking failed (program exception)
3: no blocking (do not block for the private network)
4: availability zone does not support blocking
10: blocking
81: no blocking (blocking disabled)
82: no blocking (non-Pro Edition)
83: no blocking (added to the allowlist)
86: no blocking (system allowlist)
87: no blocking (client offline)
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getCity()
Get City ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getCount()
Get Occurrence count
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getCountry()
Get Country/Region ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getCreateTime()
Get Creation time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getDataFrom()
Get Event source. 
 | 
Long | 
getDataStatus()
Get 0: pending; 1: ignored; 5: fixed; 6: added to allowlist
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getEventType()
Get Event type. 
 | 
Long | 
getId()
Get Unique ID 
 | 
String | 
getInstanceId()
Get Instance ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Boolean | 
getIsProVersion()
Get Whether it is of the Pro Edition (true/false)
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getLocation()
Get Geo-location in Chinese
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
MachineExtraInfo | 
getMachineExtraInfo()
Get Additional information
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getMachineIp()
Get Host IP address
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getMachineName()
Get Host name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getModifyTime()
Get Last attack time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getPort()
Get Port
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getProtocol()
Get Username of the attacked service
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getProvince()
Get Province ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getQuuid()
Get Machine UUID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getRiskLevel()
Get Threat level. 
 | 
String | 
getSrcIp()
Get Source IP address
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getStatus()
Get SUCCESS: cracking successful; FAILED: cracking failed
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getUserName()
Get Username
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getUuid()
Get CWPP client UUID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAttackStatusDesc(String AttackStatusDesc)
Set Description of the brute force cracking status
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setBanExpiredTime(String BanExpiredTime)
Set Blocking expiration time (valid only for events in blocking status)
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setBanStatus(Long BanStatus)
Set 0: no blocking (not supported for the client version)1: blocked
2: blocking failed (program exception)
3: no blocking (do not block for the private network)
4: availability zone does not support blocking
10: blocking
81: no blocking (blocking disabled)
82: no blocking (non-Pro Edition)
83: no blocking (added to the allowlist)
86: no blocking (system allowlist)
87: no blocking (client offline)
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCity(Long City)
Set City ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCount(Long Count)
Set Occurrence count
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCountry(Long Country)
Set Country/Region ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setDataFrom(Long DataFrom)
Set Event source. 
 | 
void | 
setDataStatus(Long DataStatus)
Set 0: pending; 1: ignored; 5: fixed; 6: added to allowlist
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setEventType(Long EventType)
Set Event type. 
 | 
void | 
setId(Long Id)
Set Unique ID 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setIsProVersion(Boolean IsProVersion)
Set Whether it is of the Pro Edition (true/false)
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setLocation(String Location)
Set Geo-location in Chinese
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set Additional information
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setMachineIp(String MachineIp)
Set Host IP address
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setMachineName(String MachineName)
Set Host name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setModifyTime(String ModifyTime)
Set Last attack time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setPort(Long Port)
Set Port
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setProtocol(String Protocol)
Set Username of the attacked service
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setProvince(Long Province)
Set Province ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setQuuid(String Quuid)
Set Machine UUID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRiskLevel(Long RiskLevel)
Set Threat level. 
 | 
void | 
setSrcIp(String SrcIp)
Set Source IP address
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setStatus(String Status)
Set SUCCESS: cracking successful; FAILED: cracking failed
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setUserName(String UserName)
Set Username
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setUuid(String Uuid)
Set CWPP client UUID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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, toJsonStringpublic BruteAttackInfo()
public BruteAttackInfo(BruteAttackInfo source)
public Long getId()
public void setId(Long Id)
Id - Unique IDpublic String getUuid()
public void setUuid(String Uuid)
Uuid - CWPP client UUID
Note: This field may return null, indicating that no valid values can be obtained.public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp - Host IP address
Note: This field may return null, indicating that no valid values can be obtained.public String getMachineName()
public void setMachineName(String MachineName)
MachineName - Host name
Note: This field may return null, indicating that no valid values can be obtained.public String getUserName()
public void setUserName(String UserName)
UserName - Username
Note: This field may return null, indicating that no valid values can be obtained.public String getSrcIp()
public void setSrcIp(String SrcIp)
SrcIp - Source IP address
Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status - SUCCESS: cracking successful; FAILED: cracking failed
Note: This field may return null, indicating that no valid values can be obtained.public Long getCountry()
public void setCountry(Long Country)
Country - Country/Region ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getCity()
public void setCity(Long City)
City - City ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getProvince()
public void setProvince(Long Province)
Province - Province ID
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time
Note: This field may return null, indicating that no valid values can be obtained.public Long getBanStatus()
public void setBanStatus(Long BanStatus)
BanStatus - 0: no blocking (not supported for the client version)1: blocked
2: blocking failed (program exception)
3: no blocking (do not block for the private network)
4: availability zone does not support blocking
10: blocking
81: no blocking (blocking disabled)
82: no blocking (non-Pro Edition)
83: no blocking (added to the allowlist)
86: no blocking (system allowlist)
87: no blocking (client offline)
Note: This field may return null, indicating that no valid values can be obtained.public Long getEventType()
public void setEventType(Long EventType)
EventType - Event type. 200: brute force cracking event; 300: event of successful brute force cracking (page display); 400: event of brute force cracking on a non-existent account.Note: This field may return null, indicating that no valid values can be obtained.public Long getCount()
public void setCount(Long Count)
Count - Occurrence count
Note: This field may return null, indicating that no valid values can be obtained.public String getQuuid()
public void setQuuid(String Quuid)
Quuid - Machine UUID
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getIsProVersion()
public void setIsProVersion(Boolean IsProVersion)
IsProVersion - Whether it is of the Pro Edition (true/false)
Note: This field may return null, indicating that no valid values can be obtained.public String getProtocol()
public void setProtocol(String Protocol)
Protocol - Username of the attacked service
Note: This field may return null, indicating that no valid values can be obtained.public Long getPort()
public void setPort(Long Port)
Port - Port
Note: This field may return null, indicating that no valid values can be obtained.public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - Last attack time
Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getDataStatus()
public void setDataStatus(Long DataStatus)
DataStatus - 0: pending; 1: ignored; 5: fixed; 6: added to allowlist
Note: This field may return null, indicating that no valid values can be obtained.public MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo - Additional information
Note: This field may return null, indicating that no valid values can be obtained.public String getLocation()
public void setLocation(String Location)
Location - Geo-location in Chinese
Note: This field may return null, indicating that no valid values can be obtained.public Long getRiskLevel()
public void setRiskLevel(Long RiskLevel)
RiskLevel - Threat level. 0: low-risk; 1: medium-risk; 2: high-risk.Note: This field may return null, indicating that no valid values can be obtained.public Long getDataFrom()
public void setDataFrom(Long DataFrom)
DataFrom - Event source. 0: blocking rule; 1: threat intelligence.Note: This field may return null, indicating that no valid values can be obtained.public String getAttackStatusDesc()
public void setAttackStatusDesc(String AttackStatusDesc)
AttackStatusDesc - Description of the brute force cracking status
Note: This field may return null, indicating that no valid values can be obtained.public String getBanExpiredTime()
public void setBanExpiredTime(String BanExpiredTime)
BanExpiredTime - Blocking expiration time (valid only for events in blocking status)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.