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 The attack status.
|
String |
getAttackType()
Get The attack type.
|
Long |
getEndTime()
Get The end time.
|
String |
getEventId()
Get The event ID.
|
Long |
getMaxBandWidth()
Get The maximum bandwidth.
|
Long |
getPacketMaxRate()
Get The maximum packet rate.
|
Long |
getPolicyId()
Get The DDoS policy ID.
|
Long |
getStartTime()
Get The start time.
|
void |
setAttackStatus(Long AttackStatus)
Set The attack status.
|
void |
setAttackType(String AttackType)
Set The attack type.
|
void |
setEndTime(Long EndTime)
Set The end time.
|
void |
setEventId(String EventId)
Set The event ID.
|
void |
setMaxBandWidth(Long MaxBandWidth)
Set The maximum bandwidth.
|
void |
setPacketMaxRate(Long PacketMaxRate)
Set The maximum packet rate.
|
void |
setPolicyId(Long PolicyId)
Set The DDoS policy ID.
|
void |
setStartTime(Long StartTime)
Set The start time.
|
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
- The attack status. Values:
public String getAttackType()
public void setAttackType(String AttackType)
AttackType
- The attack type.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- The end time.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- The start time.public Long getMaxBandWidth()
public void setMaxBandWidth(Long MaxBandWidth)
MaxBandWidth
- The maximum bandwidth.public Long getPacketMaxRate()
public void setPacketMaxRate(Long PacketMaxRate)
PacketMaxRate
- The maximum packet rate.public String getEventId()
public void setEventId(String EventId)
EventId
- The event ID.public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- The DDoS policy ID.Copyright © 2022. All rights reserved.