public class DescribeBandwidthPackageResourcesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeBandwidthPackageResourcesRequest()  | 
DescribeBandwidthPackageResourcesRequest(DescribeBandwidthPackageResourcesRequest 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 | 
getBandwidthPackageId()
Get Unique ID of the bandwidth package in the form of `bwp-11112222`. 
 | 
Filter[] | 
getFilters()
Get Each request can have up to 10 `Filters` and 5 `Filter.Values`. 
 | 
Long | 
getLimit()
Get The number of returned results. 
 | 
Long | 
getOffset()
Get The offset. 
 | 
void | 
setBandwidthPackageId(String BandwidthPackageId)
Set Unique ID of the bandwidth package in the form of `bwp-11112222`. 
 | 
void | 
setFilters(Filter[] Filters)
Set Each request can have up to 10 `Filters` and 5 `Filter.Values`. 
 | 
void | 
setLimit(Long Limit)
Set The number of returned results. 
 | 
void | 
setOffset(Long Offset)
Set The offset. 
 | 
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 DescribeBandwidthPackageResourcesRequest()
public DescribeBandwidthPackageResourcesRequest(DescribeBandwidthPackageResourcesRequest source)
public String getBandwidthPackageId()
public void setBandwidthPackageId(String BandwidthPackageId)
BandwidthPackageId - Unique ID of the bandwidth package in the form of `bwp-11112222`.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Each request can have up to 10 `Filters` and 5 `Filter.Values`. `AddressIds` and `Filters` cannot be specified at the same time. The specific filter conditions are as follows:
public Long getOffset()
public void setOffset(Long Offset)
Offset - The offset. Default value: 0. For more information on `Offset`, see the relevant sections in API [Introduction](https://intl.cloud.tencent.com/document/api/213/11646?from_cn_redirect=1).public Long getLimit()
public void setLimit(Long Limit)
Limit - The number of returned results. Default value: 20. Maximum value: 100. For more information on `Limit`, see the relevant sections in API [Introduction](https://intl.cloud.tencent.com/document/api/213/11646?from_cn_redirect=1).Copyright © 2025. All rights reserved.