public class InquiryPublicNetworkParam extends AbstractModel
header, skipSign
Constructor and Description |
---|
InquiryPublicNetworkParam() |
InquiryPublicNetworkParam(InquiryPublicNetworkParam 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 |
getPublicNetworkChargeType()
Get Public network bandwidth billing mode (`BANDWIDTH_PREPAID`: Monthly subscription; `BANDWIDTH_POSTPAID_BY_HOUR`: Bill-by-hour)
|
Long |
getPublicNetworkMonthly()
Get Public network bandwidth in MB
|
void |
setPublicNetworkChargeType(String PublicNetworkChargeType)
Set Public network bandwidth billing mode (`BANDWIDTH_PREPAID`: Monthly subscription; `BANDWIDTH_POSTPAID_BY_HOUR`: Bill-by-hour)
|
void |
setPublicNetworkMonthly(Long PublicNetworkMonthly)
Set Public network bandwidth in MB
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InquiryPublicNetworkParam()
public InquiryPublicNetworkParam(InquiryPublicNetworkParam source)
public String getPublicNetworkChargeType()
public void setPublicNetworkChargeType(String PublicNetworkChargeType)
PublicNetworkChargeType
- Public network bandwidth billing mode (`BANDWIDTH_PREPAID`: Monthly subscription; `BANDWIDTH_POSTPAID_BY_HOUR`: Bill-by-hour)public Long getPublicNetworkMonthly()
public void setPublicNetworkMonthly(Long PublicNetworkMonthly)
PublicNetworkMonthly
- Public network bandwidth in MBCopyright © 2024. All rights reserved.