public class PackingQuotaInfo extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 © 2025. All rights reserved.