public class DescribeAssetDetailListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAssetDetailListRequest() | 
| DescribeAssetDetailListRequest(DescribeAssetDetailListRequest 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 | 
|---|---|
| AssetQueryFilter[] | getFilter()Get 查询条件,可支持的查询字段:AssetUniqid,AssetName,AssetIpAll,AssetVpcid,Tag | 
| Long | getPageIndex()Get 页 | 
| Long | getPageSize()Get 页大小 | 
| String[] | getRiskTags()Get 风险标签 | 
| QuerySort[] | getSorter()Get 排序条件,可支持的排序字段:
AssetCspmRiskNum,AssetVulNum,AssetEventNum,SsaAssetDiscoverTime | 
| String[] | getTags()Get 标签 | 
| void | setFilter(AssetQueryFilter[] Filter)Set 查询条件,可支持的查询字段:AssetUniqid,AssetName,AssetIpAll,AssetVpcid,Tag | 
| void | setPageIndex(Long PageIndex)Set 页 | 
| void | setPageSize(Long PageSize)Set 页大小 | 
| void | setRiskTags(String[] RiskTags)Set 风险标签 | 
| void | setSorter(QuerySort[] Sorter)Set 排序条件,可支持的排序字段:
AssetCspmRiskNum,AssetVulNum,AssetEventNum,SsaAssetDiscoverTime | 
| void | setTags(String[] Tags)Set 标签 | 
| 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, toJsonStringpublic DescribeAssetDetailListRequest()
public DescribeAssetDetailListRequest(DescribeAssetDetailListRequest source)
public AssetQueryFilter[] getFilter()
public void setFilter(AssetQueryFilter[] Filter)
Filter - 查询条件,可支持的查询字段:AssetUniqid,AssetName,AssetIpAll,AssetVpcid,Tagpublic QuerySort[] getSorter()
public void setSorter(QuerySort[] Sorter)
Sorter - 排序条件,可支持的排序字段:
AssetCspmRiskNum,AssetVulNum,AssetEventNum,SsaAssetDiscoverTimepublic String[] getRiskTags()
public void setRiskTags(String[] RiskTags)
RiskTags - 风险标签public String[] getTags()
public void setTags(String[] Tags)
Tags - 标签public Long getPageIndex()
public void setPageIndex(Long PageIndex)
PageIndex - 页public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 页大小Copyright © 2025. All rights reserved.