public class DescribeResourcePackageListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeResourcePackageListRequest()  | 
DescribeResourcePackageListRequest(DescribeResourcePackageListRequest 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 | 
|---|---|
Long | 
getLimit()
Get Limit 
 | 
Long | 
getOffset()
Get Offset 
 | 
String[] | 
getOrderBy()
Get Sorting conditions. 
 | 
String | 
getOrderDirection()
Get Sorting order. 
 | 
String[] | 
getPackageId()
Get The unique ID of a resource pack 
 | 
String[] | 
getPackageName()
Get Resource pack name 
 | 
String[] | 
getPackageRegion()
Get Region of the resource pack. 
 | 
String[] | 
getPackageType()
Get Resource pack type. 
 | 
String[] | 
getStatus()
Get Resource pack status. 
 | 
void | 
setLimit(Long Limit)
Set Limit 
 | 
void | 
setOffset(Long Offset)
Set Offset 
 | 
void | 
setOrderBy(String[] OrderBy)
Set Sorting conditions. 
 | 
void | 
setOrderDirection(String OrderDirection)
Set Sorting order. 
 | 
void | 
setPackageId(String[] PackageId)
Set The unique ID of a resource pack 
 | 
void | 
setPackageName(String[] PackageName)
Set Resource pack name 
 | 
void | 
setPackageRegion(String[] PackageRegion)
Set Region of the resource pack. 
 | 
void | 
setPackageType(String[] PackageType)
Set Resource pack type. 
 | 
void | 
setStatus(String[] Status)
Set Resource pack status. 
 | 
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 DescribeResourcePackageListRequest()
public DescribeResourcePackageListRequest(DescribeResourcePackageListRequest source)
public String[] getPackageId()
public void setPackageId(String[] PackageId)
PackageId - The unique ID of a resource packpublic String[] getPackageName()
public void setPackageName(String[] PackageName)
PackageName - Resource pack namepublic String[] getPackageType()
public void setPackageType(String[] PackageType)
PackageType - Resource pack type. Valid values: `CCU` (compute resource pack), `DISK` (storage resource pack).public String[] getPackageRegion()
public void setPackageRegion(String[] PackageRegion)
PackageRegion - Region of the resource pack. Valid values: `China` (Chinese mainland), `overseas` (outside Chinese mainland).public String[] getStatus()
public void setStatus(String[] Status)
Status - Resource pack status. Valid values: `using`, `expired`, `normal_finish` (used up), `apply_refund` (requesting a refund), `refund` (refunded).public String[] getOrderBy()
public void setOrderBy(String[] OrderBy)
OrderBy - Sorting conditions. Valid values: `startTime` (effective time), `expireTime` (expiration date), `packageUsedSpec` (used capacity), `packageTotalSpec` (total storage capacity). 
Sorting by array orderpublic String getOrderDirection()
public void setOrderDirection(String OrderDirection)
OrderDirection - Sorting order. Valid values: `ASC` (ascending), `DESC` (descending).public Long getOffset()
public void setOffset(Long Offset)
Offset - Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit - LimitCopyright © 2025. All rights reserved.