public class DescribeAssetWebServiceListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAssetWebServiceListRequest() |
DescribeAssetWebServiceListRequest(DescribeAssetWebServiceListRequest 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 |
---|---|
AssetFilters[] |
getFilters()
Get 过滤条件。
Keywords- String - 是否必填:否 - 模糊查询可选字段
Type- String - 是否必填:否 - 主机运行状态筛选,"Apache"
"Jboss"
"lighttpd"
"Nginx"
"Tomcat"
|
Long |
getLimit()
Get 需要返回的数量,默认为10,最大值为100
|
Long |
getOffset()
Get 偏移量,默认为0。
|
void |
setFilters(AssetFilters[] Filters)
Set 过滤条件。
Keywords- String - 是否必填:否 - 模糊查询可选字段
Type- String - 是否必填:否 - 主机运行状态筛选,"Apache"
"Jboss"
"lighttpd"
"Nginx"
"Tomcat"
|
void |
setLimit(Long Limit)
Set 需要返回的数量,默认为10,最大值为100
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeAssetWebServiceListRequest()
public DescribeAssetWebServiceListRequest(DescribeAssetWebServiceListRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 需要返回的数量,默认为10,最大值为100public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public AssetFilters[] getFilters()
public void setFilters(AssetFilters[] Filters)
Filters
- 过滤条件。
Copyright © 2024. All rights reserved.