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 可选排序:[FirstTime|PluginCount]
|
Filter[] |
getFilters()
Get 过滤条件。
Name - String - 是否必填:否 - 应用名
Domain - String - 是否必填:否 - 站点域名
Type - int - 是否必填:否 - 服务类型:
0:全部
1:Tomcat
2:Apache
3:Nginx
4:WebLogic
5:Websphere
6:JBoss
7:Jetty
8:IHS
9:Tengine
OsType - String - 是否必填:否 - windows/linux
|
String |
getOrder()
Get 排序方式,asc升序 或 desc降序
|
String |
getQuuid()
Get 查询指定Quuid主机的信息
|
void |
setBy(String By)
Set 可选排序:[FirstTime|PluginCount]
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
Name - String - 是否必填:否 - 应用名
Domain - String - 是否必填:否 - 站点域名
Type - int - 是否必填:否 - 服务类型:
0:全部
1:Tomcat
2:Apache
3:Nginx
4:WebLogic
5:Websphere
6:JBoss
7:Jetty
8:IHS
9:Tengine
OsType - String - 是否必填:否 - windows/linux
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ExportAssetWebAppListRequest()
public ExportAssetWebAppListRequest(ExportAssetWebAppListRequest source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- 查询指定Quuid主机的信息public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。
public String getOrder()
public void setOrder(String Order)
Order
- 排序方式,asc升序 或 desc降序public String getBy()
public void setBy(String By)
By
- 可选排序:[FirstTime|PluginCount]Copyright © 2024. All rights reserved.