public class InstanceMarketOptionsRequest extends AbstractModel
Constructor and Description |
---|
InstanceMarketOptionsRequest() |
InstanceMarketOptionsRequest(InstanceMarketOptionsRequest 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 |
getMarketType()
Get Market option type.
|
SpotMarketOptions |
getSpotOptions()
Get Options related to bidding
|
void |
setMarketType(String MarketType)
Set Market option type.
|
void |
setSpotOptions(SpotMarketOptions SpotOptions)
Set Options related to bidding
|
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, toJsonString
public InstanceMarketOptionsRequest()
public InstanceMarketOptionsRequest(InstanceMarketOptionsRequest source)
public SpotMarketOptions getSpotOptions()
public void setSpotOptions(SpotMarketOptions SpotOptions)
SpotOptions
- Options related to biddingpublic String getMarketType()
public void setMarketType(String MarketType)
MarketType
- Market option type. Currently `spot` is the only supported value.Copyright © 2023. All rights reserved.