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 公网计费模式: BANDWIDTH_PREPAID(包年包月), BANDWIDTH_POSTPAID_BY_HOUR(带宽按小时计费) | 
| Long | getPublicNetworkMonthly()Get 公网带宽, 单位MB 取值需是0,或是3的倍数 | 
| void | setPublicNetworkChargeType(String PublicNetworkChargeType)Set 公网计费模式: BANDWIDTH_PREPAID(包年包月), BANDWIDTH_POSTPAID_BY_HOUR(带宽按小时计费) | 
| void | setPublicNetworkMonthly(Long PublicNetworkMonthly)Set 公网带宽, 单位MB 取值需是0,或是3的倍数 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InquiryPublicNetworkParam()
public InquiryPublicNetworkParam(InquiryPublicNetworkParam source)
public String getPublicNetworkChargeType()
public void setPublicNetworkChargeType(String PublicNetworkChargeType)
PublicNetworkChargeType - 公网计费模式: BANDWIDTH_PREPAID(包年包月), BANDWIDTH_POSTPAID_BY_HOUR(带宽按小时计费)public Long getPublicNetworkMonthly()
public void setPublicNetworkMonthly(Long PublicNetworkMonthly)
PublicNetworkMonthly - 公网带宽, 单位MB 取值需是0,或是3的倍数Copyright © 2025. All rights reserved.