public class DescribeAssetAppListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAssetAppListRequest() |
DescribeAssetAppListRequest(DescribeAssetAppListRequest 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 field: [FirstTime|ProcessCount]
|
AssetFilters[] |
getFilters()
Get Filter criteria
AppName - string - required: no - application name for search
IP - String - required: no - host IP address
MachineName - String - required: no - host name
InstanceID - string - required: no - instance ID
Type - int - required: no - type : Linux only
0: all
1: operations
2: database
3: Security
4: suspicious application
5: system architecture
6: system application
7: web service
99: other
OsType - uint64 - required: no - Windows/Linux
Os - String required: no - operating system (value of DescribeMachineOsList)
|
Long |
getLimit()
Get Number of items to be returned.
|
Long |
getOffset()
Get Offset, which defaults to 0
|
String |
getOrder()
Get Sorting method: asc for ascending order or desc for descending order
|
String |
getQuuid()
Get Query information of a specified QUUID host
|
void |
setBy(String By)
Set Sorting field: [FirstTime|ProcessCount]
|
void |
setFilters(AssetFilters[] Filters)
Set Filter criteria
AppName - string - required: no - application name for search
IP - String - required: no - host IP address
MachineName - String - required: no - host name
InstanceID - string - required: no - instance ID
Type - int - required: no - type : Linux only
0: all
1: operations
2: database
3: Security
4: suspicious application
5: system architecture
6: system application
7: web service
99: other
OsType - uint64 - required: no - Windows/Linux
Os - String required: no - operating system (value of DescribeMachineOsList)
|
void |
setLimit(Long Limit)
Set Number of items to be returned.
|
void |
setOffset(Long Offset)
Set Offset, which defaults to 0
|
void |
setOrder(String Order)
Set Sorting method: asc for ascending order or desc for descending order
|
void |
setQuuid(String Quuid)
Set Query information of a specified QUUID host
|
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 DescribeAssetAppListRequest()
public DescribeAssetAppListRequest(DescribeAssetAppListRequest source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- Query information of a specified QUUID hostpublic AssetFilters[] getFilters()
public void setFilters(AssetFilters[] Filters)
Filters
- Filter criteria
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 Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset, which defaults to 0public 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 field: [FirstTime|ProcessCount]Copyright © 2024. All rights reserved.