public class InternetAccessible extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InternetAccessible() | 
| InternetAccessible(InternetAccessible 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 带宽包 ID | 
| String | getChargeType()Get 网络计费方式 | 
| Long | getMaxBandwidthOut()Get 带宽 | 
| void | setBandwidthPackageId(String BandwidthPackageId)Set 带宽包 ID | 
| void | setChargeType(String ChargeType)Set 网络计费方式 | 
| void | setMaxBandwidthOut(Long MaxBandwidthOut)Set 带宽 | 
| 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 InternetAccessible()
public InternetAccessible(InternetAccessible source)
public Long getMaxBandwidthOut()
public void setMaxBandwidthOut(Long MaxBandwidthOut)
MaxBandwidthOut - 带宽public String getChargeType()
public void setChargeType(String ChargeType)
ChargeType - 网络计费方式public String getBandwidthPackageId()
public void setBandwidthPackageId(String BandwidthPackageId)
BandwidthPackageId - 带宽包 IDCopyright © 2025. All rights reserved.