public class DescribeAssetWebServiceInfoListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeAssetWebServiceInfoListRequest()  | 
DescribeAssetWebServiceInfoListRequest(DescribeAssetWebServiceInfoListRequest 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 Optional sorting method: [FirstTime|ProcessCount] 
 | 
AssetFilters[] | 
getFilters()
Get Filter criteria
User - string - required: no - running user
Name - string - required: no - Web service name:
1:Tomcat
2:Apache
3:Nginx
4:WebLogic
5:Websphere
6:JBoss
7:WildFly
8:Jetty
9:IHS
10:Tengine
OsType - string - required: no - Windows/Linux
Os -String required: no - operating system (the value of DescribeMachineOsList API) 
 | 
Long | 
getLimit()
Get Number of items to be returned. 
 | 
Long | 
getOffset()
Get Offset, which is 0 by default. 
 | 
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 Optional sorting method: [FirstTime|ProcessCount] 
 | 
void | 
setFilters(AssetFilters[] Filters)
Set Filter criteria
User - string - required: no - running user
Name - string - required: no - Web service name:
1:Tomcat
2:Apache
3:Nginx
4:WebLogic
5:Websphere
6:JBoss
7:WildFly
8:Jetty
9:IHS
10:Tengine
OsType - string - required: no - Windows/Linux
Os -String required: no - operating system (the value of DescribeMachineOsList API) 
 | 
void | 
setLimit(Long Limit)
Set Number of items to be returned. 
 | 
void | 
setOffset(Long Offset)
Set Offset, which is 0 by default. 
 | 
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeAssetWebServiceInfoListRequest()
public DescribeAssetWebServiceInfoListRequest(DescribeAssetWebServiceInfoListRequest source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid - Query the information on the host with the specified QUUIDpublic AssetFilters[] getFilters()
public void setFilters(AssetFilters[] Filters)
Filters - Filter criteria
public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset, which is 0 by default.
public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of items to be returned. It is 10 by default, and the maximum value is 100.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 - Optional sorting method: [FirstTime|ProcessCount]Copyright © 2025. All rights reserved.