Class DescribeBlockByIpTimesListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.DescribeBlockByIpTimesListRequest
-
public class DescribeBlockByIpTimesListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeBlockByIpTimesListRequest()DescribeBlockByIpTimesListRequest(DescribeBlockByIpTimesListRequest 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 StringgetDirection()Get 方向StringgetEdgeId()Get vpc间防火墙开关边idStringgetEndTime()Get 结束时间StringgetIp()Get ip查询条件StringgetLogSource()Get 日志来源 move:vpc间防火墙StringgetSource()Get 来源StringgetStartTime()Get 开始时间StringgetZone()Get 地域voidsetDirection(String Direction)Set 方向voidsetEdgeId(String EdgeId)Set vpc间防火墙开关边idvoidsetEndTime(String EndTime)Set 结束时间voidsetIp(String Ip)Set ip查询条件voidsetLogSource(String LogSource)Set 日志来源 move:vpc间防火墙voidsetSource(String Source)Set 来源voidsetStartTime(String StartTime)Set 开始时间voidsetZone(String Zone)Set 地域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
-
DescribeBlockByIpTimesListRequest
public DescribeBlockByIpTimesListRequest()
-
DescribeBlockByIpTimesListRequest
public DescribeBlockByIpTimesListRequest(DescribeBlockByIpTimesListRequest 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
-
getStartTime
public String getStartTime()
Get 开始时间- Returns:
- StartTime 开始时间
-
setStartTime
public void setStartTime(String StartTime)
Set 开始时间- Parameters:
StartTime- 开始时间
-
getEndTime
public String getEndTime()
Get 结束时间- Returns:
- EndTime 结束时间
-
setEndTime
public void setEndTime(String EndTime)
Set 结束时间- Parameters:
EndTime- 结束时间
-
getIp
public String getIp()
Get ip查询条件- Returns:
- Ip ip查询条件
-
setIp
public void setIp(String Ip)
Set ip查询条件- Parameters:
Ip- ip查询条件
-
getZone
public String getZone()
Get 地域- Returns:
- Zone 地域
-
setZone
public void setZone(String Zone)
Set 地域- Parameters:
Zone- 地域
-
getDirection
public String getDirection()
Get 方向- Returns:
- Direction 方向
-
setDirection
public void setDirection(String Direction)
Set 方向- Parameters:
Direction- 方向
-
getSource
public String getSource()
Get 来源- Returns:
- Source 来源
-
setSource
public void setSource(String Source)
Set 来源- Parameters:
Source- 来源
-
getEdgeId
public String getEdgeId()
Get vpc间防火墙开关边id- Returns:
- EdgeId vpc间防火墙开关边id
-
setEdgeId
public void setEdgeId(String EdgeId)
Set vpc间防火墙开关边id- Parameters:
EdgeId- vpc间防火墙开关边id
-
getLogSource
public String getLogSource()
Get 日志来源 move:vpc间防火墙- Returns:
- LogSource 日志来源 move:vpc间防火墙
-
setLogSource
public void setLogSource(String LogSource)
Set 日志来源 move:vpc间防火墙- Parameters:
LogSource- 日志来源 move:vpc间防火墙
-
-