Class InstanceMarketOptionsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cvm.v20170312.models.InstanceMarketOptionsRequest
-
public class InstanceMarketOptionsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMarketType()Get 市场选项类型,当前只支持取值:spot 注意:此字段可能返回 null,表示取不到有效值。SpotMarketOptionsgetSpotOptions()Get 竞价相关选项 注意:此字段可能返回 null,表示取不到有效值。voidsetMarketType(String MarketType)Set 市场选项类型,当前只支持取值:spot 注意:此字段可能返回 null,表示取不到有效值。voidsetSpotOptions(SpotMarketOptions SpotOptions)Set 竞价相关选项 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
InstanceMarketOptionsRequest
public InstanceMarketOptionsRequest()
-
InstanceMarketOptionsRequest
public 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.
-
-
Method Detail
-
getSpotOptions
public SpotMarketOptions getSpotOptions()
Get 竞价相关选项 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SpotOptions 竞价相关选项 注意:此字段可能返回 null,表示取不到有效值。
-
setSpotOptions
public void setSpotOptions(SpotMarketOptions SpotOptions)
Set 竞价相关选项 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SpotOptions- 竞价相关选项 注意:此字段可能返回 null,表示取不到有效值。
-
getMarketType
public String getMarketType()
Get 市场选项类型,当前只支持取值:spot 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MarketType 市场选项类型,当前只支持取值:spot 注意:此字段可能返回 null,表示取不到有效值。
-
setMarketType
public void setMarketType(String MarketType)
Set 市场选项类型,当前只支持取值:spot 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MarketType- 市场选项类型,当前只支持取值:spot 注意:此字段可能返回 null,表示取不到有效值。
-
-