public class ModifyBandwidthPackageAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyBandwidthPackageAttributeRequest() |
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 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.Copyright © 2020. All rights reserved.