public class ModifyBandwidthPackageAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyBandwidthPackageAttributeRequest() |
ModifyBandwidthPackageAttributeRequest(ModifyBandwidthPackageAttributeRequest 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 The unique ID of the bandwidth package.
|
String |
getBandwidthPackageName()
Get The name of the bandwidth package.
|
String |
getChargeType()
Get The billing mode of the bandwidth package.
|
void |
setBandwidthPackageId(String BandwidthPackageId)
Set The unique ID of the bandwidth package.
|
void |
setBandwidthPackageName(String BandwidthPackageName)
Set The name of the bandwidth package.
|
void |
setChargeType(String ChargeType)
Set The billing mode of the bandwidth package.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyBandwidthPackageAttributeRequest()
public ModifyBandwidthPackageAttributeRequest(ModifyBandwidthPackageAttributeRequest source)
public String getBandwidthPackageId()
public void setBandwidthPackageId(String BandwidthPackageId)
BandwidthPackageId
- The unique ID of the bandwidth package.public String getBandwidthPackageName()
public void setBandwidthPackageName(String BandwidthPackageName)
BandwidthPackageName
- The name of the bandwidth package.public String getChargeType()
public void setChargeType(String ChargeType)
ChargeType
- The billing mode of the bandwidth package. Values:
`TOP5_POSTPAID_BY_MONTH`: Bill by the top 5 bandwidth value of the current month in a postpaid mannerCopyright © 2023. All rights reserved.