public class PackingQuotaInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getInstanceType()
Get 实例类型
|
Long |
getPackingQuota()
Get 装箱配额
|
void |
setInstanceType(String InstanceType)
Set 实例类型
|
void |
setPackingQuota(Long PackingQuota)
Set 装箱配额
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public PackingQuotaInfo()
public PackingQuotaInfo(PackingQuotaInfo source)
public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- 实例类型public Long getPackingQuota()
public void setPackingQuota(Long PackingQuota)
PackingQuota
- 装箱配额Copyright © 2022. All rights reserved.