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 Instance type | 
| Long | getPackingQuota()Get Packing quota | 
| void | setInstanceType(String InstanceType)Set Instance type | 
| void | setPackingQuota(Long PackingQuota)Set Packing quota | 
| 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, toJsonStringpublic PackingQuotaInfo()
public PackingQuotaInfo(PackingQuotaInfo source)
public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - Instance typepublic Long getPackingQuota()
public void setPackingQuota(Long PackingQuota)
PackingQuota - Packing quotaCopyright © 2022. All rights reserved.