public class OverviewDDoSEvent extends AbstractModel
Constructor and Description |
---|
OverviewDDoSEvent() |
OverviewDDoSEvent(OverviewDDoSEvent 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 Attack status.
|
String |
getAttackType()
Get Attack type
|
String |
getBusiness()
Get Anti-DDoS service type.
|
String |
getEndTime()
Get End time
|
String |
getId()
Get Event ID
|
String |
getInstanceId()
Get Anti-DDoS instance ID
|
String |
getInstanceName()
Get Anti-DDoS instance name
|
Long |
getMbps()
Get Attack traffic, in Mbps
|
Long |
getPps()
Get Attack packets, in PPS
|
String |
getStartTime()
Get Start time
|
String |
getVip()
Get IP
|
void |
setAttackStatus(Long AttackStatus)
Set Attack status.
|
void |
setAttackType(String AttackType)
Set Attack type
|
void |
setBusiness(String Business)
Set Anti-DDoS service type.
|
void |
setEndTime(String EndTime)
Set End time
|
void |
setId(String Id)
Set Event ID
|
void |
setInstanceId(String InstanceId)
Set Anti-DDoS instance ID
|
void |
setInstanceName(String InstanceName)
Set Anti-DDoS instance name
|
void |
setMbps(Long Mbps)
Set Attack traffic, in Mbps
|
void |
setPps(Long Pps)
Set Attack packets, in PPS
|
void |
setStartTime(String StartTime)
Set Start time
|
void |
setVip(String Vip)
Set IP
|
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 OverviewDDoSEvent()
public OverviewDDoSEvent(OverviewDDoSEvent source)
public String getId()
public void setId(String Id)
Id
- Event IDpublic String getVip()
public void setVip(String Vip)
Vip
- IPpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End timepublic String getAttackType()
public void setAttackType(String AttackType)
AttackType
- Attack typepublic Long getAttackStatus()
public void setAttackStatus(Long AttackStatus)
AttackStatus
- Attack status. `0`: The attack is ongoing; `1`: The attack ends.public Long getMbps()
public void setMbps(Long Mbps)
Mbps
- Attack traffic, in Mbpspublic Long getPps()
public void setPps(Long Pps)
Pps
- Attack packets, in PPSpublic String getBusiness()
public void setBusiness(String Business)
Business
- Anti-DDoS service type. `bgp-multip`: Anti-DDoS Pro; `bgpip`: Anti-DDoS Advanced; `basic`: Anti-DDoS Basic.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Anti-DDoS instance IDpublic String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Anti-DDoS instance nameCopyright © 2023. All rights reserved.