public class ExportAssetWebAppListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ExportAssetWebAppListRequest() | 
| ExportAssetWebAppListRequest(ExportAssetWebAppListRequest 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 method: [FirstTime|PluginCount] | 
| Filter[] | getFilters()Get Filtering criteria
Name - String - required: no - application name
Domain - String - required: no - site domain name
Type - int - required: no - service type:
0: all
1:Tomcat
2:Apache
3:Nginx
4:WebLogic
5:Websphere
6:JBoss
7:Jetty
8:IHS
9:Tengine
OsType - String - required: no - Windows/Linux | 
| String | getOrder()Get Sorting method: asc for ascending order or desc for descending order | 
| String | getQuuid()Get Query the information on the host with the specified QUUID | 
| void | setBy(String By)Set Sorting method: [FirstTime|PluginCount] | 
| void | setFilters(Filter[] Filters)Set Filtering criteria
Name - String - required: no - application name
Domain - String - required: no - site domain name
Type - int - required: no - service type:
0: all
1:Tomcat
2:Apache
3:Nginx
4:WebLogic
5:Websphere
6:JBoss
7:Jetty
8:IHS
9:Tengine
OsType - String - 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 the information on the host with the specified QUUID | 
| 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 ExportAssetWebAppListRequest()
public ExportAssetWebAppListRequest(ExportAssetWebAppListRequest source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid - Query the information on the host with the specified QUUIDpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filtering 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 method: [FirstTime|PluginCount]Copyright © 2025. All rights reserved.