public class CCEventRecord extends AbstractModel
| Constructor and Description | 
|---|
CCEventRecord()  | 
CCEventRecord(CCEventRecord 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 | 
|---|---|
String | 
getAttackipList()
Get Attack source list
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getAttackStatus()
Get Attack status. 
 | 
String | 
getBusiness()
Get Anti-DDoS service type. 
 | 
String | 
getDomainList()
Get Domain name list
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getDropQps()
Get Attack peak (QPS) 
 | 
String | 
getEndTime()
Get Attack end time 
 | 
String | 
getId()
Get Anti-DDoS instance ID 
 | 
Long | 
getReqQps()
Get Total requests peak (QPS) 
 | 
String | 
getResourceName()
Get Resource name
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getStartTime()
Get Attack start time 
 | 
String | 
getUriList()
Get URI list
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getVip()
Get Resource IP 
 | 
void | 
setAttackipList(String AttackipList)
Set Attack source list
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAttackStatus(Long AttackStatus)
Set Attack status. 
 | 
void | 
setBusiness(String Business)
Set Anti-DDoS service type. 
 | 
void | 
setDomainList(String DomainList)
Set Domain name list
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setDropQps(Long DropQps)
Set Attack peak (QPS) 
 | 
void | 
setEndTime(String EndTime)
Set Attack end time 
 | 
void | 
setId(String Id)
Set Anti-DDoS instance ID 
 | 
void | 
setReqQps(Long ReqQps)
Set Total requests peak (QPS) 
 | 
void | 
setResourceName(String ResourceName)
Set Resource name
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setStartTime(String StartTime)
Set Attack start time 
 | 
void | 
setUriList(String UriList)
Set URI list
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setVip(String Vip)
Set Resource 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, toJsonStringpublic CCEventRecord()
public CCEventRecord(CCEventRecord source)
public String getBusiness()
public void setBusiness(String Business)
Business - Anti-DDoS service type. `bgpip`: Anti-DDoS Advanced; `bgp`: Anti-DDoS Pro (Single IP); `bgp-multip`: Anti-DDoS Pro (Multi-IP); `net`: Anti-DDoS Ultimate; `basic`: Anti-DDoS Basicpublic String getId()
public void setId(String Id)
Id - Anti-DDoS instance IDpublic String getVip()
public void setVip(String Vip)
Vip - Resource IPpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Attack start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - Attack end timepublic Long getReqQps()
public void setReqQps(Long ReqQps)
ReqQps - Total requests peak (QPS)public Long getDropQps()
public void setDropQps(Long DropQps)
DropQps - Attack peak (QPS)public Long getAttackStatus()
public void setAttackStatus(Long AttackStatus)
AttackStatus - Attack status. Valid values: [0 (ongoing), 1 (ended)]public String getResourceName()
public void setResourceName(String ResourceName)
ResourceName - Resource name
Note: this field may return null, indicating that no valid values can be obtained.public String getDomainList()
public void setDomainList(String DomainList)
DomainList - Domain name list
Note: this field may return null, indicating that no valid values can be obtained.public String getUriList()
public void setUriList(String UriList)
UriList - URI list
Note: this field may return null, indicating that no valid values can be obtained.public String getAttackipList()
public void setAttackipList(String AttackipList)
AttackipList - Attack source list
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.