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 Bidding-related options
|
void |
setMarketType(String MarketType)
Set Market option type.
|
void |
setSpotOptions(SpotMarketOptions SpotOptions)
Set Bidding-related options
|
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
- Bidding-related optionspublic String getMarketType()
public void setMarketType(String MarketType)
MarketType
- Market option type. Currently, this only supports the value "spot"
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.