public class DescribeSecIndexResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeSecIndexResponse() | 
| DescribeSecIndexResponse(DescribeSecIndexResponse 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 | getBeginDate()Get Start time of the current month | 
| KeyValue[] | getData()Get Field value as follows:
AttackIpCount: number of attacked IPs
AttackCount: number of attacks
BlockCount: number of blockings
MaxMbps: attack bandwidth peak in Mbps
IpNum: IP statistics | 
| String | getEndDate()Get End time of the current month | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| void | setBeginDate(String BeginDate)Set Start time of the current month | 
| void | setData(KeyValue[] Data)Set Field value as follows:
AttackIpCount: number of attacked IPs
AttackCount: number of attacks
BlockCount: number of blockings
MaxMbps: attack bandwidth peak in Mbps
IpNum: IP statistics | 
| void | setEndDate(String EndDate)Set End time of the current month | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| 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 DescribeSecIndexResponse()
public DescribeSecIndexResponse(DescribeSecIndexResponse source)
public KeyValue[] getData()
public void setData(KeyValue[] Data)
Data - Field value as follows:
AttackIpCount: number of attacked IPs
AttackCount: number of attacks
BlockCount: number of blockings
MaxMbps: attack bandwidth peak in Mbps
IpNum: IP statisticspublic String getBeginDate()
public void setBeginDate(String BeginDate)
BeginDate - Start time of the current monthpublic String getEndDate()
public void setEndDate(String EndDate)
EndDate - End time of the current monthpublic 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 © 2023. All rights reserved.