public class NetAttackTrend extends AbstractModel
header, skipSign
Constructor and Description |
---|
NetAttackTrend() |
NetAttackTrend(NetAttackTrend 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 |
getAttackCount()
Get Number of attacks
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDateTime()
Get Time Point, e.g., 2023-05-06
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getSuccAttackCount()
Get Attack Success Count
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTryAttackCount()
Get Attack Attempts
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAttackCount(Long AttackCount)
Set Number of attacks
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDateTime(String DateTime)
Set Time Point, e.g., 2023-05-06
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSuccAttackCount(Long SuccAttackCount)
Set Attack Success Count
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTryAttackCount(Long TryAttackCount)
Set Attack Attempts
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public NetAttackTrend()
public NetAttackTrend(NetAttackTrend source)
public String getDateTime()
public void setDateTime(String DateTime)
DateTime
- Time Point, e.g., 2023-05-06
Note: This field may return null, indicating that no valid values can be obtained.public Long getAttackCount()
public void setAttackCount(Long AttackCount)
AttackCount
- Number of attacks
Note: This field may return null, indicating that no valid values can be obtained.public Long getTryAttackCount()
public void setTryAttackCount(Long TryAttackCount)
TryAttackCount
- Attack Attempts
Note: This field may return null, indicating that no valid values can be obtained.public Long getSuccAttackCount()
public void setSuccAttackCount(Long SuccAttackCount)
SuccAttackCount
- Attack Success Count
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.