Class WeeklyReportBruteAttack
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.yunjing.v20180228.models.WeeklyReportBruteAttack
-
public class WeeklyReportBruteAttack extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description WeeklyReportBruteAttack()
WeeklyReportBruteAttack(WeeklyReportBruteAttack 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttackTime()
Get 攻击时间。Long
getCount()
Get 尝试次数。String
getMachineIp()
Get 主机IP。String
getSrcIp()
Get 源IP。String
getUsername()
Get 被破解用户名。void
setAttackTime(String AttackTime)
Set 攻击时间。void
setCount(Long Count)
Set 尝试次数。void
setMachineIp(String MachineIp)
Set 主机IP。void
setSrcIp(String SrcIp)
Set 源IP。void
setUsername(String Username)
Set 被破解用户名。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
WeeklyReportBruteAttack
public WeeklyReportBruteAttack()
-
WeeklyReportBruteAttack
public WeeklyReportBruteAttack(WeeklyReportBruteAttack 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.
-
-
Method Detail
-
getMachineIp
public String getMachineIp()
Get 主机IP。- Returns:
- MachineIp 主机IP。
-
setMachineIp
public void setMachineIp(String MachineIp)
Set 主机IP。- Parameters:
MachineIp
- 主机IP。
-
getUsername
public String getUsername()
Get 被破解用户名。- Returns:
- Username 被破解用户名。
-
setUsername
public void setUsername(String Username)
Set 被破解用户名。- Parameters:
Username
- 被破解用户名。
-
getSrcIp
public String getSrcIp()
Get 源IP。- Returns:
- SrcIp 源IP。
-
setSrcIp
public void setSrcIp(String SrcIp)
Set 源IP。- Parameters:
SrcIp
- 源IP。
-
getCount
public Long getCount()
Get 尝试次数。- Returns:
- Count 尝试次数。
-
setCount
public void setCount(Long Count)
Set 尝试次数。- Parameters:
Count
- 尝试次数。
-
getAttackTime
public String getAttackTime()
Get 攻击时间。- Returns:
- AttackTime 攻击时间。
-
setAttackTime
public void setAttackTime(String AttackTime)
Set 攻击时间。- Parameters:
AttackTime
- 攻击时间。
-
-