public class SpotMarketOptions extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SpotMarketOptions() | 
| SpotMarketOptions(SpotMarketOptions 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 | getMaxPrice()Get 竞价出价,例如“1.05” | 
| String | getSpotInstanceType()Get 竞价请求类型,当前仅支持类型:one-time,默认值为one-time | 
| void | setMaxPrice(String MaxPrice)Set 竞价出价,例如“1.05” | 
| void | setSpotInstanceType(String SpotInstanceType)Set 竞价请求类型,当前仅支持类型:one-time,默认值为one-time | 
| 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 SpotMarketOptions()
public SpotMarketOptions(SpotMarketOptions source)
public String getMaxPrice()
public void setMaxPrice(String MaxPrice)
MaxPrice - 竞价出价,例如“1.05”public String getSpotInstanceType()
public void setSpotInstanceType(String SpotInstanceType)
SpotInstanceType - 竞价请求类型,当前仅支持类型:one-time,默认值为one-timeCopyright © 2025. All rights reserved.