Class DescribeTLogIpListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.DescribeTLogIpListRequest
-
public class DescribeTLogIpListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeTLogIpListRequest()DescribeTLogIpListRequest(DescribeTLogIpListRequest 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 StringgetEndTime()Get 结束时间StringgetQueryType()Get 类型 1 告警 2阻断StringgetSearchValue()Get 查询条件StringgetStartTime()Get 开始时间LonggetTop()Get top数voidsetEndTime(String EndTime)Set 结束时间voidsetQueryType(String QueryType)Set 类型 1 告警 2阻断voidsetSearchValue(String SearchValue)Set 查询条件voidsetStartTime(String StartTime)Set 开始时间voidsetTop(Long Top)Set top数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
-
DescribeTLogIpListRequest
public DescribeTLogIpListRequest()
-
DescribeTLogIpListRequest
public DescribeTLogIpListRequest(DescribeTLogIpListRequest 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- 结束时间
-
getQueryType
public String getQueryType()
Get 类型 1 告警 2阻断- Returns:
- QueryType 类型 1 告警 2阻断
-
setQueryType
public void setQueryType(String QueryType)
Set 类型 1 告警 2阻断- Parameters:
QueryType- 类型 1 告警 2阻断
-
getTop
public Long getTop()
Get top数- Returns:
- Top top数
-
setTop
public void setTop(Long Top)
Set top数- Parameters:
Top- top数
-
getSearchValue
public String getSearchValue()
Get 查询条件- Returns:
- SearchValue 查询条件
-
setSearchValue
public void setSearchValue(String SearchValue)
Set 查询条件- Parameters:
SearchValue- 查询条件
-
-