public class WeeklyReportBruteAttack extends AbstractModel
Constructor and Description |
---|
WeeklyReportBruteAttack() |
Modifier and Type | Method and Description |
---|---|
String |
getAttackTime()
Get Attack time.
|
Long |
getCount()
Get Number of attempts.
|
String |
getMachineIp()
Get Server IP.
|
String |
getSrcIp()
Get Source IP.
|
String |
getUsername()
Get Hacked username.
|
void |
setAttackTime(String AttackTime)
Set Attack time.
|
void |
setCount(Long Count)
Set Number of attempts.
|
void |
setMachineIp(String MachineIp)
Set Server IP.
|
void |
setSrcIp(String SrcIp)
Set Source IP.
|
void |
setUsername(String Username)
Set Hacked username.
|
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 String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp
- Server IP.public String getUsername()
public void setUsername(String Username)
Username
- Hacked username.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 getAttackTime()
public void setAttackTime(String AttackTime)
AttackTime
- Attack time.Copyright © 2020. All rights reserved.