public class DescribeAssetAppListRequest extends AbstractModel
Constructor and Description |
---|
DescribeAssetAppListRequest() |
DescribeAssetAppListRequest(DescribeAssetAppListRequest 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 |
getBy()
Get 排序方式:ProcessCount
|
AssetFilters[] |
getFilters()
Get 过滤条件。
AppName- string - 是否必填:否 - 应用名搜索
IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
Type - int - 是否必填:否 - 类型 : 仅linux
0: 全部
1: 运维
2 : 数据库
3 : 安全
4 : 可疑应用
5 : 系统架构
6 : 系统应用
7 : WEB服务
99:其他
OsType - uint64 - 是否必填:否 - windows/linux
Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
|
Long |
getLimit()
Get 需要返回的数量,默认为10,最大值为100
|
Long |
getOffset()
Get 偏移量,默认为0。
|
String |
getOrder()
Get 排序方式,asc升序 或 desc降序
|
String |
getQuuid()
Get 查询指定Quuid主机的信息
|
void |
setBy(String By)
Set 排序方式:ProcessCount
|
void |
setFilters(AssetFilters[] Filters)
Set 过滤条件。
AppName- string - 是否必填:否 - 应用名搜索
IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
Type - int - 是否必填:否 - 类型 : 仅linux
0: 全部
1: 运维
2 : 数据库
3 : 安全
4 : 可疑应用
5 : 系统架构
6 : 系统应用
7 : WEB服务
99:其他
OsType - uint64 - 是否必填:否 - windows/linux
Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
|
void |
setLimit(Long Limit)
Set 需要返回的数量,默认为10,最大值为100
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
void |
setOrder(String Order)
Set 排序方式,asc升序 或 desc降序
|
void |
setQuuid(String Quuid)
Set 查询指定Quuid主机的信息
|
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 DescribeAssetAppListRequest()
public DescribeAssetAppListRequest(DescribeAssetAppListRequest 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
- 过滤条件。
public String getBy()
public void setBy(String By)
By
- 排序方式:ProcessCountpublic String getOrder()
public void setOrder(String Order)
Order
- 排序方式,asc升序 或 desc降序public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- 查询指定Quuid主机的信息Copyright © 2022. All rights reserved.