public class DescribeAssetSystemPackageListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeAssetSystemPackageListRequest()  | 
DescribeAssetSystemPackageListRequest(DescribeAssetSystemPackageListRequest 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: [FistTime|InstallTime: installation time] 
 | 
Filter[] | 
getFilters()
Get Filter criteria
Name - String - required: no - package name
StartTime - String - required: no - start time of installation
EndTime - String - required: no - end time of installation
Type- int - required: no - installation package type:
1:rmp
2:dpkg
3:java
4:system 
 | 
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 Host QUUID 
 | 
String | 
getUuid()
Get Host UUID 
 | 
void | 
setBy(String By)
Set Optional sorting method: [FistTime|InstallTime: installation time] 
 | 
void | 
setFilters(Filter[] Filters)
Set Filter criteria
Name - String - required: no - package name
StartTime - String - required: no - start time of installation
EndTime - String - required: no - end time of installation
Type- int - required: no - installation package type:
1:rmp
2:dpkg
3:java
4:system 
 | 
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 Host QUUID 
 | 
void | 
setUuid(String Uuid)
Set Host UUID 
 | 
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 DescribeAssetSystemPackageListRequest()
public DescribeAssetSystemPackageListRequest(DescribeAssetSystemPackageListRequest source)
public String getUuid()
public void setUuid(String Uuid)
Uuid - Host UUIDpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid - Host QUUIDpublic Filter[] getFilters()
public void setFilters(Filter[] 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 order. Default: desc for descending order.public String getBy()
public void setBy(String By)
By - Optional sorting method: [FistTime|InstallTime: installation time]Copyright © 2025. All rights reserved.