public class DescribeBandwidthPackagesRequest extends AbstractModel
skipSign| Constructor and Description | 
|---|
| DescribeBandwidthPackagesRequest() | 
| DescribeBandwidthPackagesRequest(DescribeBandwidthPackagesRequest 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[] | getBandwidthPackageIds()Get The unique ID list of bandwidth packages. | 
| Filter[] | getFilters()Get Each request can have up to 10 `Filters`. | 
| Long | getLimit()Get Number of bandwidth packages returned. | 
| Long | getOffset()Get Offset. | 
| void | setBandwidthPackageIds(String[] BandwidthPackageIds)Set The unique ID list of bandwidth packages. | 
| void | setFilters(Filter[] Filters)Set Each request can have up to 10 `Filters`. | 
| void | setLimit(Long Limit)Set Number of bandwidth packages returned. | 
| void | setOffset(Long Offset)Set Offset. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeBandwidthPackagesRequest()
public DescribeBandwidthPackagesRequest(DescribeBandwidthPackagesRequest source)
public String[] getBandwidthPackageIds()
public void setBandwidthPackageIds(String[] BandwidthPackageIds)
BandwidthPackageIds - The unique ID list of bandwidth packages.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Each request can have up to 10 `Filters`. `BandwidthPackageIds` 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 - Offset. This value defaults to 0. For more information, see the relevant sections in API [Overview](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of bandwidth packages returned. This value defaults to 20. The maximum is 100. For more information, see the relevant sections in API [Overview](https://intl.cloud.tencent.com/document/api/213/15688?from_cn_redirect=1).Copyright © 2023. All rights reserved.