Class VpcLimit
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.VpcLimit
-
public class VpcLimit extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLimitType()Get 私有网络配额描述LonggetLimitValue()Get 私有网络配额值voidsetLimitType(String LimitType)Set 私有网络配额描述voidsetLimitValue(Long LimitValue)Set 私有网络配额值voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
VpcLimit
public VpcLimit()
-
VpcLimit
public VpcLimit(VpcLimit 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.
-
-
Method Detail
-
getLimitType
public String getLimitType()
Get 私有网络配额描述- Returns:
- LimitType 私有网络配额描述
-
setLimitType
public void setLimitType(String LimitType)
Set 私有网络配额描述- Parameters:
LimitType- 私有网络配额描述
-
getLimitValue
public Long getLimitValue()
Get 私有网络配额值- Returns:
- LimitValue 私有网络配额值
-
setLimitValue
public void setLimitValue(Long LimitValue)
Set 私有网络配额值- Parameters:
LimitValue- 私有网络配额值
-
-