public class InquirePriceMultiSpecRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
InquirePriceMultiSpecRequest()  | 
InquirePriceMultiSpecRequest(InquirePriceMultiSpecRequest 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 | 
|---|---|
GoodsSpec[] | 
getGoodsSpecs()
Get Specifies the product specification. 
 | 
String | 
getInstancePayMode()
Get Instance purchase type. 
 | 
String | 
getStoragePayMode()
Get Storage purchase type. 
 | 
String | 
getZone()
Get Availability zone. 
 | 
void | 
setGoodsSpecs(GoodsSpec[] GoodsSpecs)
Set Specifies the product specification. 
 | 
void | 
setInstancePayMode(String InstancePayMode)
Set Instance purchase type. 
 | 
void | 
setStoragePayMode(String StoragePayMode)
Set Storage purchase type. 
 | 
void | 
setZone(String Zone)
Set Availability zone. 
 | 
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 InquirePriceMultiSpecRequest()
public InquirePriceMultiSpecRequest(InquirePriceMultiSpecRequest source)
public String getZone()
public void setZone(String Zone)
Zone - Availability zone. specifies the best practice for region provision.public String getInstancePayMode()
public void setInstancePayMode(String InstancePayMode)
InstancePayMode - Instance purchase type. available values are: PREPAID, POSTPAID, SERVERLESS.public String getStoragePayMode()
public void setStoragePayMode(String StoragePayMode)
StoragePayMode - Storage purchase type. available values are: PREPAID, POSTPAID.public GoodsSpec[] getGoodsSpecs()
public void setGoodsSpecs(GoodsSpec[] GoodsSpecs)
GoodsSpecs - Specifies the product specification.Copyright © 2025. All rights reserved.