public class DescribePcapRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribePcapRequest()  | 
DescribePcapRequest(DescribePcapRequest 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. 
 | 
String | 
getEndTime()
Get Attack event end time in the format of "2018-08-28 07:02:00" 
 | 
String | 
getId()
Get Anti-DDoS instance ID 
 | 
String | 
getIp()
Get Resource IP, which is required only if `Business` is `net`; 
 | 
String | 
getStartTime()
Get Attack event start time in the format of "2018-08-28 07:00:00" 
 | 
void | 
setBusiness(String Business)
Set Anti-DDoS service type. 
 | 
void | 
setEndTime(String EndTime)
Set Attack event end time in the format of "2018-08-28 07:02:00" 
 | 
void | 
setId(String Id)
Set Anti-DDoS instance ID 
 | 
void | 
setIp(String Ip)
Set Resource IP, which is required only if `Business` is `net`; 
 | 
void | 
setStartTime(String StartTime)
Set Attack event start time in the format of "2018-08-28 07:00:00" 
 | 
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 DescribePcapRequest()
public DescribePcapRequest(DescribePcapRequest 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 Ultimatepublic String getId()
public void setId(String Id)
Id - Anti-DDoS instance IDpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Attack event start time in the format of "2018-08-28 07:00:00"public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Attack event end time in the format of "2018-08-28 07:02:00"public String getIp()
public void setIp(String Ip)
Ip - Resource IP, which is required only if `Business` is `net`;Copyright © 2025. All rights reserved.