public class BruteAttack extends AbstractModel
header, skipSign
Constructor and Description |
---|
BruteAttack() |
BruteAttack(BruteAttack 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 |
getBanStatus()
Get Whether the server is banned.
|
Long |
getCity()
Get City ID.
|
Long |
getCount()
Get Number of attempts.
|
Long |
getCountry()
Get Country/Region ID.
|
String |
getCreateTime()
Get Occurrence time.
|
Long |
getId()
Get Event ID.
|
Boolean |
getIsProVersion()
Get Whether the server enables CWP Pro.
|
String |
getMachineIp()
Get Server IP.
|
String |
getMachineName()
Get Server name.
|
Long |
getProvince()
Get Province/State ID.
|
String |
getQuuid()
Get Server `UUID`
|
String |
getSrcIp()
Get Source IP.
|
String |
getStatus()
Get Brute force attack event status
BRUTEATTACK_FAIL_ACCOUNT: brute force attack event - failure (the account exists)
BRUTEATTACK_FAIL_NOACCOUNT: brute force attack event - failure (the account does not exist)
BRUTEATTACK_SUCCESS: brute force attack event - success
|
String |
getUserName()
Get Username.
|
String |
getUuid()
Get CWP agent `UUID`.
|
void |
setBanStatus(String BanStatus)
Set Whether the server is banned.
|
void |
setCity(Long City)
Set City ID.
|
void |
setCount(Long Count)
Set Number of attempts.
|
void |
setCountry(Long Country)
Set Country/Region ID.
|
void |
setCreateTime(String CreateTime)
Set Occurrence time.
|
void |
setId(Long Id)
Set Event ID.
|
void |
setIsProVersion(Boolean IsProVersion)
Set Whether the server enables CWP Pro.
|
void |
setMachineIp(String MachineIp)
Set Server IP.
|
void |
setMachineName(String MachineName)
Set Server name.
|
void |
setProvince(Long Province)
Set Province/State ID.
|
void |
setQuuid(String Quuid)
Set Server `UUID`
|
void |
setSrcIp(String SrcIp)
Set Source IP.
|
void |
setStatus(String Status)
Set Brute force attack event status
BRUTEATTACK_FAIL_ACCOUNT: brute force attack event - failure (the account exists)
BRUTEATTACK_FAIL_NOACCOUNT: brute force attack event - failure (the account does not exist)
BRUTEATTACK_SUCCESS: brute force attack event - success
|
void |
setUserName(String UserName)
Set Username.
|
void |
setUuid(String Uuid)
Set CWP agent `UUID`.
|
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 BruteAttack()
public BruteAttack(BruteAttack source)
public Long getId()
public void setId(Long Id)
Id
- Event ID.public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp
- Server IP.public String getStatus()
public void setStatus(String Status)
Status
- Brute force attack event status
public String getUserName()
public void setUserName(String UserName)
UserName
- Username.public Long getCity()
public void setCity(Long City)
City
- City ID.public Long getCountry()
public void setCountry(Long Country)
Country
- Country/Region ID.public Long getProvince()
public void setProvince(Long Province)
Province
- Province/State ID.public String getSrcIp()
public void setSrcIp(String SrcIp)
SrcIp
- Source IP.public Long getCount()
public void setCount(Long Count)
Count
- Number of attempts.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Occurrence time.public String getMachineName()
public void setMachineName(String MachineName)
MachineName
- Server name.public String getUuid()
public void setUuid(String Uuid)
Uuid
- CWP agent `UUID`.public Boolean getIsProVersion()
public void setIsProVersion(Boolean IsProVersion)
IsProVersion
- Whether the server enables CWP Pro.public String getBanStatus()
public void setBanStatus(String BanStatus)
BanStatus
- Whether the server is banned.public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- Server `UUID`Copyright © 2024. All rights reserved.