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. | 
| Boolean | getMigrateOnRefund()Get When a monthly-subscribed bandwidth package is returned, whether to convert it to a pay-as-you-go bandwidth packages. | 
| 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 | setMigrateOnRefund(Boolean MigrateOnRefund)Set When a monthly-subscribed bandwidth package is returned, whether to convert it to a pay-as-you-go bandwidth packages. | 
| 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, toJsonStringpublic 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.public Boolean getMigrateOnRefund()
public void setMigrateOnRefund(Boolean MigrateOnRefund)
MigrateOnRefund - When a monthly-subscribed bandwidth package is returned, whether to convert it to a pay-as-you-go bandwidth packages. Default value: `No`Copyright © 2022. All rights reserved.