public class ExportAssetAppListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ExportAssetAppListRequest() | 
| ExportAssetAppListRequest(ExportAssetAppListRequest 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 Sorting field: [FirstTime|ProcessCount] | 
| AssetFilters[] | getFilters()Get Filter criteria
AppName - string - required: no - application name for search
IP - String - required: no - host IP address
MachineName - String - required: no - host name
InstanceID - string - required: no - instance ID
Type - int - required: no - type        : Linux only
0: all
1: operations
2: database
3: Security
4: suspicious application
5: system architecture
6: system application
7: web service
99: other
OsType - uint64 - required: no - Windows/Linux | 
| String | getOrder()Get Sorting method: asc for ascending order or desc for descending order | 
| String | getQuuid()Get Query information of a specified QUUID host | 
| void | setBy(String By)Set Sorting field: [FirstTime|ProcessCount] | 
| void | setFilters(AssetFilters[] Filters)Set Filter criteria
AppName - string - required: no - application name for search
IP - String - required: no - host IP address
MachineName - String - required: no - host name
InstanceID - string - required: no - instance ID
Type - int - required: no - type        : Linux only
0: all
1: operations
2: database
3: Security
4: suspicious application
5: system architecture
6: system application
7: web service
99: other
OsType - uint64 - required: no - Windows/Linux | 
| void | setOrder(String Order)Set Sorting method: asc for ascending order or desc for descending order | 
| void | setQuuid(String Quuid)Set Query information of a specified QUUID host | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ExportAssetAppListRequest()
public ExportAssetAppListRequest(ExportAssetAppListRequest source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid - Query information of a specified QUUID hostpublic AssetFilters[] getFilters()
public void setFilters(AssetFilters[] Filters)
Filters - Filter criteria
public String getOrder()
public void setOrder(String Order)
Order - Sorting method: asc for ascending order or desc for descending orderpublic String getBy()
public void setBy(String By)
By - Sorting field: [FirstTime|ProcessCount]Copyright © 2025. All rights reserved.