public class DescribeDDoSNetIpLogResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeDDoSNetIpLogResponse()  | 
DescribeDDoSNetIpLogResponse(DescribeDDoSNetIpLogResponse 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) 
 | 
KeyValueRecord[] | 
getData()
Get IP attack log, which is a `KeyValue` array. 
 | 
String | 
getEndTime()
Get Attack 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 Attack start time 
 | 
void | 
setBusiness(String Business)
Set Anti-DDoS service type (`net`: Anti-DDoS Ultimate) 
 | 
void | 
setData(KeyValueRecord[] Data)
Set IP attack log, which is a `KeyValue` array. 
 | 
void | 
setEndTime(String EndTime)
Set Attack 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 Attack start time 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeDDoSNetIpLogResponse()
public DescribeDDoSNetIpLogResponse(DescribeDDoSNetIpLogResponse 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 - Attack start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - Attack end timepublic KeyValueRecord[] getData()
public void setData(KeyValueRecord[] Data)
Data - IP attack log, which is a `KeyValue` array. Valid values of `Key-Value`:
If `Key` is `LogTime`, `Value` indicates the IP log time
If `Key` is `LogMessage`, `Value` indicates the IP log contentpublic 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 © 2025. All rights reserved.