public class DescribeAssetWebFrameListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAssetWebFrameListRequest() |
DescribeAssetWebFrameListRequest(DescribeAssetWebFrameListRequest 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|JarCount]
|
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 - framework name
NameStrict - String - required: no - framework name (strict match)
Lang - String - required: no - framework language: java/python
Type - String - required: no - service type:
0: all
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 results 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|JarCount]
|
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 - framework name
NameStrict - String - required: no - framework name (strict match)
Lang - String - required: no - framework language: java/python
Type - String - required: no - service type:
0: all
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 results 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, toJsonString
public DescribeAssetWebFrameListRequest()
public DescribeAssetWebFrameListRequest(DescribeAssetWebFrameListRequest 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 results 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|JarCount]Copyright © 2024. All rights reserved.