public class DescribeLeakDetectionListRequest extends AbstractModel
Constructor and Description |
---|
DescribeLeakDetectionListRequest() |
DescribeLeakDetectionListRequest(DescribeLeakDetectionListRequest 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 结束时间
|
Filter[] |
getFilters()
Get 筛选条件
|
Long |
getLimit()
Get 每页数量
|
Long |
getPage()
Get 页码
|
String |
getStartTime()
Get 起始时间
|
void |
setEndTime(String EndTime)
Set 结束时间
|
void |
setFilters(Filter[] Filters)
Set 筛选条件
|
void |
setLimit(Long Limit)
Set 每页数量
|
void |
setPage(Long Page)
Set 页码
|
void |
setStartTime(String StartTime)
Set 起始时间
|
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 DescribeLeakDetectionListRequest()
public DescribeLeakDetectionListRequest(DescribeLeakDetectionListRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 筛选条件public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页数量public Long getPage()
public void setPage(Long Page)
Page
- 页码public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 起始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间Copyright © 2021. All rights reserved.