public class DescribeAssetWebLocationListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAssetWebLocationListRequest() | 
| DescribeAssetWebLocationListRequest(DescribeAssetWebLocationListRequest 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|PathCount] | 
| Filter[] | getFilters()Get Filtering criteria
IP - String - required: no - host IP address
MachineName - String - required: no - host name
InstanceID - string - required: no - instance ID
Name - String - required: no - domain name
User - String - required: no - running user
Port - uint64 - required: no - site port
Proto - uint64 - required: no - site protocol: 1: HTTP; 2: HTTPSServiceType - uint64 - required: no - service type:
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 (value of DescribeMachineOsList) | 
| Long | getLimit()Get Number of entries to be returned. | 
| Long | getOffset()Get Offset. | 
| 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|PathCount] | 
| void | setFilters(Filter[] Filters)Set Filtering criteria
IP - String - required: no - host IP address
MachineName - String - required: no - host name
InstanceID - string - required: no - instance ID
Name - String - required: no - domain name
User - String - required: no - running user
Port - uint64 - required: no - site port
Proto - uint64 - required: no - site protocol: 1: HTTP; 2: HTTPSServiceType - uint64 - required: no - service type:
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 (value of DescribeMachineOsList) | 
| void | setLimit(Long Limit)Set Number of entries to be returned. | 
| void | setOffset(Long Offset)Set Offset. | 
| 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 DescribeAssetWebLocationListRequest()
public DescribeAssetWebLocationListRequest(DescribeAssetWebLocationListRequest 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 Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of entries to be returned. Default value: 10. Maximum value: 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 - Sorting method: [FirstTime|PathCount]Copyright © 2025. All rights reserved.