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 攻击次数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDateTime()
Get 时间点,如 2023-05-06
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSuccAttackCount()
Get 攻击成功次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTryAttackCount()
Get 尝试攻击次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttackCount(Long AttackCount)
Set 攻击次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDateTime(String DateTime)
Set 时间点,如 2023-05-06
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSuccAttackCount(Long SuccAttackCount)
Set 攻击成功次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTryAttackCount(Long TryAttackCount)
Set 尝试攻击次数
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public NetAttackTrend()
public NetAttackTrend(NetAttackTrend source)
public String getDateTime()
public void setDateTime(String DateTime)
DateTime
- 时间点,如 2023-05-06
注意:此字段可能返回 null,表示取不到有效值。public Long getAttackCount()
public void setAttackCount(Long AttackCount)
AttackCount
- 攻击次数
注意:此字段可能返回 null,表示取不到有效值。public Long getTryAttackCount()
public void setTryAttackCount(Long TryAttackCount)
TryAttackCount
- 尝试攻击次数
注意:此字段可能返回 null,表示取不到有效值。public Long getSuccAttackCount()
public void setSuccAttackCount(Long SuccAttackCount)
SuccAttackCount
- 攻击成功次数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.