public class DescribeDDoSNetEvListResponse extends AbstractModel
Constructor and Description |
---|
DescribeDDoSNetEvListResponse() |
DescribeDDoSNetEvListResponse(DescribeDDoSNetEvListResponse 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 |
getBusiness()
Get Anti-DDoS service type (`net`: Anti-DDoS Ultimate)
|
DDoSEventRecord[] |
getData()
Get DDoS attack event list
|
String |
getEndTime()
Get End time
|
String |
getId()
Get Anti-DDoS instance ID
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getStartTime()
Get Start time
|
Long |
getTotal()
Get Total number of records
|
void |
setBusiness(String Business)
Set Anti-DDoS service type (`net`: Anti-DDoS Ultimate)
|
void |
setData(DDoSEventRecord[] Data)
Set DDoS attack event list
|
void |
setEndTime(String EndTime)
Set End time
|
void |
setId(String Id)
Set Anti-DDoS instance ID
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setStartTime(String StartTime)
Set Start time
|
void |
setTotal(Long Total)
Set Total number of records
|
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 DescribeDDoSNetEvListResponse()
public DescribeDDoSNetEvListResponse(DescribeDDoSNetEvListResponse source)
public String getBusiness()
public void setBusiness(String Business)
Business
- Anti-DDoS service type (`net`: Anti-DDoS Ultimate)public String getId()
public void setId(String Id)
Id
- Anti-DDoS instance IDpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End timepublic DDoSEventRecord[] getData()
public void setData(DDoSEventRecord[] Data)
Data
- DDoS attack event listpublic Long getTotal()
public void setTotal(Long Total)
Total
- Total number of recordspublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.