public class DescribeTLogIpListRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getEndTime()
Get 结束时间
|
String |
getQueryType()
Get 类型 1 告警 2阻断
|
String |
getSearchValue()
Get 查询条件
|
String |
getStartTime()
Get 开始时间
|
Long |
getTop()
Get top数
|
void |
setEndTime(String EndTime)
Set 结束时间
|
void |
setQueryType(String QueryType)
Set 类型 1 告警 2阻断
|
void |
setSearchValue(String SearchValue)
Set 查询条件
|
void |
setStartTime(String StartTime)
Set 开始时间
|
void |
setTop(Long Top)
Set top数
|
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 DescribeTLogIpListRequest()
public DescribeTLogIpListRequest(DescribeTLogIpListRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间public String getQueryType()
public void setQueryType(String QueryType)
QueryType
- 类型 1 告警 2阻断public Long getTop()
public void setTop(Long Top)
Top
- top数public String getSearchValue()
public void setSearchValue(String SearchValue)
SearchValue
- 查询条件Copyright © 2021. All rights reserved.