public class DescribeAssetInitServiceListRequest extends AbstractModel
Constructor and Description |
---|
DescribeAssetInitServiceListRequest() |
DescribeAssetInitServiceListRequest(DescribeAssetInitServiceListRequest 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 过滤条件。
IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
Name- string - 是否必填:否 - 包名
User- string - 是否必填:否 - 用户
Status- string - 是否必填:否 - 默认启用状态:0未启用, 1启用 仅linux
Type- string - 是否必填:否 - 类型:类型 仅windows:
1:编码器
2:IE插件
3:网络提供者
4:镜像劫持
5:LSA提供者
6:KnownDLLs
7:启动执行
8:WMI
9:计划任务
10:Winsock提供者
11:打印监控器
12:资源管理器
13:驱动服务
14:登录
|
Long |
getLimit()
Get 需要返回的数量,默认为10,最大值为100
|
Long |
getOffset()
Get 偏移量,默认为0。
|
String |
getQuuid()
Get 服务器Quuid
|
String |
getUuid()
Get 服务器Uuid
|
void |
setFilters(AssetFilters[] Filters)
Set 过滤条件。
IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
Name- string - 是否必填:否 - 包名
User- string - 是否必填:否 - 用户
Status- string - 是否必填:否 - 默认启用状态:0未启用, 1启用 仅linux
Type- string - 是否必填:否 - 类型:类型 仅windows:
1:编码器
2:IE插件
3:网络提供者
4:镜像劫持
5:LSA提供者
6:KnownDLLs
7:启动执行
8:WMI
9:计划任务
10:Winsock提供者
11:打印监控器
12:资源管理器
13:驱动服务
14:登录
|
void |
setLimit(Long Limit)
Set 需要返回的数量,默认为10,最大值为100
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
void |
setQuuid(String Quuid)
Set 服务器Quuid
|
void |
setUuid(String Uuid)
Set 服务器Uuid
|
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 DescribeAssetInitServiceListRequest()
public DescribeAssetInitServiceListRequest(DescribeAssetInitServiceListRequest 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 getUuid()
public void setUuid(String Uuid)
Uuid
- 服务器Uuidpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid
- 服务器QuuidCopyright © 2022. All rights reserved.