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 可选排序:[FirstTime|PathCount] | 
| Filter[] | getFilters()Get 过滤条件。
IP - String - 是否必填:否 - 主机ip
MachineName - String - 是否必填:否 - 主机名称
InstanceID - string - 是否必填:否 - 实例ID
Name - String - 是否必填:否 - 域名
User - String - 是否必填:否 - 运行用户
Port - uint64 - 是否必填:否 - 站点端口
Proto - uint64 - 是否必填:否 - 站点协议:1:HTTP,2:HTTPS
ServiceType - uint64 - 是否必填:否 - 服务类型:
1:Tomcat
2:Apache
3:Nginx
4:WebLogic
5:Websphere
6:JBoss
7:WildFly
8:Jetty
9:IHS
10:Tengine
OsType - String - 是否必填:否 - windows/linux
Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 ) | 
| Long | getLimit()Get 需要返回的数量,默认为10,最大值为100 | 
| Long | getOffset()Get 偏移量,默认为0。 | 
| String | getOrder()Get 排序方式,asc升序 或 desc降序 | 
| String | getQuuid()Get 查询指定Quuid主机的信息 | 
| void | setBy(String By)Set 可选排序:[FirstTime|PathCount] | 
| void | setFilters(Filter[] Filters)Set 过滤条件。
IP - String - 是否必填:否 - 主机ip
MachineName - String - 是否必填:否 - 主机名称
InstanceID - string - 是否必填:否 - 实例ID
Name - String - 是否必填:否 - 域名
User - String - 是否必填:否 - 运行用户
Port - uint64 - 是否必填:否 - 站点端口
Proto - uint64 - 是否必填:否 - 站点协议:1:HTTP,2:HTTPS
ServiceType - uint64 - 是否必填:否 - 服务类型:
1:Tomcat
2:Apache
3:Nginx
4:WebLogic
5:Websphere
6:JBoss
7:WildFly
8:Jetty
9:IHS
10:Tengine
OsType - String - 是否必填:否 - windows/linux
Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 ) | 
| void | setLimit(Long Limit)Set 需要返回的数量,默认为10,最大值为100 | 
| void | setOffset(Long Offset)Set 偏移量,默认为0。 | 
| 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, toJsonStringpublic DescribeAssetWebLocationListRequest()
public DescribeAssetWebLocationListRequest(DescribeAssetWebLocationListRequest source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid - 查询指定Quuid主机的信息public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件。
public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 需要返回的数量,默认为10,最大值为100public String getOrder()
public void setOrder(String Order)
Order - 排序方式,asc升序 或 desc降序public String getBy()
public void setBy(String By)
By - 可选排序:[FirstTime|PathCount]Copyright © 2025. All rights reserved.