public class VpnGatewayQuota extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VpnGatewayQuota() | 
| VpnGatewayQuota(VpnGatewayQuota 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 | 
|---|---|
| Long | getBandwidth()Get The bandwidth quota. | 
| String | getCname()Get The bandwidth quota name in Chinese. | 
| String | getName()Get The bandwidth quota name in English. | 
| void | setBandwidth(Long Bandwidth)Set The bandwidth quota. | 
| void | setCname(String Cname)Set The bandwidth quota name in Chinese. | 
| void | setName(String Name)Set The bandwidth quota name in English. | 
| 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 VpnGatewayQuota()
public VpnGatewayQuota(VpnGatewayQuota source)
public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth - The bandwidth quota.public String getCname()
public void setCname(String Cname)
Cname - The bandwidth quota name in Chinese.public String getName()
public void setName(String Name)
Name - The bandwidth quota name in English.Copyright © 2025. All rights reserved.