public class DDosAttackEventDetailData extends AbstractModel
Constructor and Description |
---|
DDosAttackEventDetailData() |
DDosAttackEventDetailData(DDosAttackEventDetailData 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 |
getAttackStatus()
Get 攻击状态,取值有:
1 :观察中 ;
2 :攻击开始 ;
3 :攻击结束 。
|
String |
getAttackType()
Get 攻击类型。
|
Long |
getEndTime()
Get 结束时间。
|
String |
getEventId()
Get 事件Id。
|
Long |
getMaxBandWidth()
Get 最大带宽。
|
Long |
getPacketMaxRate()
Get 最大包速率。
|
Long |
getPolicyId()
Get ddos 策略组id。
|
Long |
getStartTime()
Get 开始时间。
|
void |
setAttackStatus(Long AttackStatus)
Set 攻击状态,取值有:
1 :观察中 ;
2 :攻击开始 ;
3 :攻击结束 。
|
void |
setAttackType(String AttackType)
Set 攻击类型。
|
void |
setEndTime(Long EndTime)
Set 结束时间。
|
void |
setEventId(String EventId)
Set 事件Id。
|
void |
setMaxBandWidth(Long MaxBandWidth)
Set 最大带宽。
|
void |
setPacketMaxRate(Long PacketMaxRate)
Set 最大包速率。
|
void |
setPolicyId(Long PolicyId)
Set ddos 策略组id。
|
void |
setStartTime(Long StartTime)
Set 开始时间。
|
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 DDosAttackEventDetailData()
public DDosAttackEventDetailData(DDosAttackEventDetailData source)
public Long getAttackStatus()
public void setAttackStatus(Long AttackStatus)
AttackStatus
- 攻击状态,取值有:
public String getAttackType()
public void setAttackType(String AttackType)
AttackType
- 攻击类型。public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 结束时间。public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 开始时间。public Long getMaxBandWidth()
public void setMaxBandWidth(Long MaxBandWidth)
MaxBandWidth
- 最大带宽。public Long getPacketMaxRate()
public void setPacketMaxRate(Long PacketMaxRate)
PacketMaxRate
- 最大包速率。public String getEventId()
public void setEventId(String EventId)
EventId
- 事件Id。public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- ddos 策略组id。Copyright © 2022. All rights reserved.