public class InquirePriceRenewResponse extends AbstractModel
skipSign
Constructor and Description |
---|
InquirePriceRenewResponse() |
InquirePriceRenewResponse(InquirePriceRenewResponse 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 |
getClusterId()
Get Cluster ID
|
String[] |
getInstanceIds()
Get Instance ID list
|
Long |
getInstanceRealTotalPrice()
Get Total renewal price of compute node
|
TradePrice[] |
getPrices()
Get Price of instance specification in array
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getStorageRealTotalPrice()
Get Total renewal price of storage node
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setInstanceIds(String[] InstanceIds)
Set Instance ID list
|
void |
setInstanceRealTotalPrice(Long InstanceRealTotalPrice)
Set Total renewal price of compute node
|
void |
setPrices(TradePrice[] Prices)
Set Price of instance specification in array
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setStorageRealTotalPrice(Long StorageRealTotalPrice)
Set Total renewal price of storage node
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InquirePriceRenewResponse()
public InquirePriceRenewResponse(InquirePriceRenewResponse source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- Instance ID listpublic TradePrice[] getPrices()
public void setPrices(TradePrice[] Prices)
Prices
- Price of instance specification in arraypublic Long getInstanceRealTotalPrice()
public void setInstanceRealTotalPrice(Long InstanceRealTotalPrice)
InstanceRealTotalPrice
- Total renewal price of compute nodepublic Long getStorageRealTotalPrice()
public void setStorageRealTotalPrice(Long StorageRealTotalPrice)
StorageRealTotalPrice
- Total renewal price of storage nodepublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.