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 Bid price. | 
| String | getSpotInstanceType()Get Bid request type. | 
| void | setMaxPrice(String MaxPrice)Set Bid price. | 
| void | setSpotInstanceType(String SpotInstanceType)Set Bid request type. | 
| 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 - Bid price.public String getSpotInstanceType()
public void setSpotInstanceType(String SpotInstanceType)
SpotInstanceType - Bid request type. valid values: one-time. currently, only the one-time type is supported.Copyright © 2025. All rights reserved.