Package | Description |
---|---|
com.tencentcloudapi.cynosdb.v20190107.models |
Modifier and Type | Method and Description |
---|---|
TradePrice |
InquirePriceCreateResponse.getInstancePrice()
Get Instance price
|
TradePrice[] |
InquirePriceRenewResponse.getPrices()
Get Price of instance specification in array
|
TradePrice |
InquirePriceCreateResponse.getStoragePrice()
Get Storage price
|
Modifier and Type | Method and Description |
---|---|
void |
InquirePriceCreateResponse.setInstancePrice(TradePrice InstancePrice)
Set Instance price
|
void |
InquirePriceRenewResponse.setPrices(TradePrice[] Prices)
Set Price of instance specification in array
|
void |
InquirePriceCreateResponse.setStoragePrice(TradePrice StoragePrice)
Set Storage price
|
Constructor and Description |
---|
TradePrice(TradePrice 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.
|
Copyright © 2023. All rights reserved.