Class PackingQuotaInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.PackingQuotaInfo
-
public class PackingQuotaInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PackingQuotaInfo()PackingQuotaInfo(PackingQuotaInfo 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInstanceType()Get 实例类型LonggetPackingQuota()Get 装箱配额voidsetInstanceType(String InstanceType)Set 实例类型voidsetPackingQuota(Long PackingQuota)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
-
PackingQuotaInfo
public PackingQuotaInfo()
-
PackingQuotaInfo
public PackingQuotaInfo(PackingQuotaInfo 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
-
getInstanceType
public String getInstanceType()
Get 实例类型- Returns:
- InstanceType 实例类型
-
setInstanceType
public void setInstanceType(String InstanceType)
Set 实例类型- Parameters:
InstanceType- 实例类型
-
getPackingQuota
public Long getPackingQuota()
Get 装箱配额- Returns:
- PackingQuota 装箱配额
-
setPackingQuota
public void setPackingQuota(Long PackingQuota)
Set 装箱配额- Parameters:
PackingQuota- 装箱配额
-
-