Class DDoSAttackSourceRecord
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.DDoSAttackSourceRecord
-
public class DDoSAttackSourceRecord extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DDoSAttackSourceRecord()
DDoSAttackSourceRecord(DDoSAttackSourceRecord 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
getNation()
Get 国家Long
getPacketLen()
Get 累计攻击流量Long
getPacketSum()
Get 累计攻击包量String
getProvince()
Get 省份(国内有效,不包含港澳台)String
getSrcIp()
Get 攻击源ipvoid
setNation(String Nation)
Set 国家void
setPacketLen(Long PacketLen)
Set 累计攻击流量void
setPacketSum(Long PacketSum)
Set 累计攻击包量void
setProvince(String Province)
Set 省份(国内有效,不包含港澳台)void
setSrcIp(String SrcIp)
Set 攻击源ipvoid
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
-
DDoSAttackSourceRecord
public DDoSAttackSourceRecord()
-
DDoSAttackSourceRecord
public DDoSAttackSourceRecord(DDoSAttackSourceRecord 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
-
getSrcIp
public String getSrcIp()
Get 攻击源ip- Returns:
- SrcIp 攻击源ip
-
setSrcIp
public void setSrcIp(String SrcIp)
Set 攻击源ip- Parameters:
SrcIp
- 攻击源ip
-
getProvince
public String getProvince()
Get 省份(国内有效,不包含港澳台)- Returns:
- Province 省份(国内有效,不包含港澳台)
-
setProvince
public void setProvince(String Province)
Set 省份(国内有效,不包含港澳台)- Parameters:
Province
- 省份(国内有效,不包含港澳台)
-
getNation
public String getNation()
Get 国家- Returns:
- Nation 国家
-
setNation
public void setNation(String Nation)
Set 国家- Parameters:
Nation
- 国家
-
getPacketSum
public Long getPacketSum()
Get 累计攻击包量- Returns:
- PacketSum 累计攻击包量
-
setPacketSum
public void setPacketSum(Long PacketSum)
Set 累计攻击包量- Parameters:
PacketSum
- 累计攻击包量
-
getPacketLen
public Long getPacketLen()
Get 累计攻击流量- Returns:
- PacketLen 累计攻击流量
-
setPacketLen
public void setPacketLen(Long PacketLen)
Set 累计攻击流量- Parameters:
PacketLen
- 累计攻击流量
-
-