public class DescribePcapRequest extends AbstractModel
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 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
|
String |
getEndTime()
Get 攻击事件的结束时间,格式为"2018-08-28 07:02:00"
|
String |
getId()
Get 资源实例ID
|
String |
getIp()
Get 资源的IP,只有当Business为net时才需要填写资源实例下的IP;
|
String |
getStartTime()
Get 攻击事件的开始时间,格式为"2018-08-28 07:00:00"
|
void |
setBusiness(String Business)
Set 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
|
void |
setEndTime(String EndTime)
Set 攻击事件的结束时间,格式为"2018-08-28 07:02:00"
|
void |
setId(String Id)
Set 资源实例ID
|
void |
setIp(String Ip)
Set 资源的IP,只有当Business为net时才需要填写资源实例下的IP;
|
void |
setStartTime(String StartTime)
Set 攻击事件的开始时间,格式为"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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribePcapRequest()
public DescribePcapRequest(DescribePcapRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business
- 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)public String getId()
public void setId(String Id)
Id
- 资源实例IDpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 攻击事件的开始时间,格式为"2018-08-28 07:00:00"public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 攻击事件的结束时间,格式为"2018-08-28 07:02:00"public String getIp()
public void setIp(String Ip)
Ip
- 资源的IP,只有当Business为net时才需要填写资源实例下的IP;Copyright © 2021. All rights reserved.