Class DescribePcapRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.DescribePcapRequest
-
public class DescribePcapRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBusiness()Get 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)StringgetEndTime()Get 攻击事件的结束时间,格式为"2018-08-28 07:02:00"StringgetId()Get 资源实例IDStringgetIp()Get 资源的IP,只有当Business为net时才需要填写资源实例下的IP;StringgetStartTime()Get 攻击事件的开始时间,格式为"2018-08-28 07:00:00"voidsetBusiness(String Business)Set 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)voidsetEndTime(String EndTime)Set 攻击事件的结束时间,格式为"2018-08-28 07:02:00"voidsetId(String Id)Set 资源实例IDvoidsetIp(String Ip)Set 资源的IP,只有当Business为net时才需要填写资源实例下的IP;voidsetStartTime(String StartTime)Set 攻击事件的开始时间,格式为"2018-08-28 07:00:00"voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribePcapRequest
public DescribePcapRequest()
-
DescribePcapRequest
public 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.
-
-
Method Detail
-
getBusiness
public String getBusiness()
Get 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)- Returns:
- Business 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
-
setBusiness
public void setBusiness(String Business)
Set 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)- Parameters:
Business- 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
-
getId
public String getId()
Get 资源实例ID- Returns:
- Id 资源实例ID
-
setId
public void setId(String Id)
Set 资源实例ID- Parameters:
Id- 资源实例ID
-
getStartTime
public String getStartTime()
Get 攻击事件的开始时间,格式为"2018-08-28 07:00:00"- Returns:
- StartTime 攻击事件的开始时间,格式为"2018-08-28 07:00:00"
-
setStartTime
public void setStartTime(String StartTime)
Set 攻击事件的开始时间,格式为"2018-08-28 07:00:00"- Parameters:
StartTime- 攻击事件的开始时间,格式为"2018-08-28 07:00:00"
-
getEndTime
public String getEndTime()
Get 攻击事件的结束时间,格式为"2018-08-28 07:02:00"- Returns:
- EndTime 攻击事件的结束时间,格式为"2018-08-28 07:02:00"
-
setEndTime
public void setEndTime(String EndTime)
Set 攻击事件的结束时间,格式为"2018-08-28 07:02:00"- Parameters:
EndTime- 攻击事件的结束时间,格式为"2018-08-28 07:02:00"
-
getIp
public String getIp()
Get 资源的IP,只有当Business为net时才需要填写资源实例下的IP;- Returns:
- Ip 资源的IP,只有当Business为net时才需要填写资源实例下的IP;
-
setIp
public void setIp(String Ip)
Set 资源的IP,只有当Business为net时才需要填写资源实例下的IP;- Parameters:
Ip- 资源的IP,只有当Business为net时才需要填写资源实例下的IP;
-
-