Class InquirePriceRenewResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.models.InquirePriceRenewResponse
-
public class InquirePriceRenewResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 集群IDString[]getInstanceIds()Get 实例ID列表LonggetInstanceRealTotalPrice()Get 续费计算节点的总价格TradePrice[]getPrices()Get 对应的询价结果数组StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetStorageRealTotalPrice()Get 续费存储节点的总价格voidsetClusterId(String ClusterId)Set 集群IDvoidsetInstanceIds(String[] InstanceIds)Set 实例ID列表voidsetInstanceRealTotalPrice(Long InstanceRealTotalPrice)Set 续费计算节点的总价格voidsetPrices(TradePrice[] Prices)Set 对应的询价结果数组voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetStorageRealTotalPrice(Long StorageRealTotalPrice)Set 续费存储节点的总价格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
-
InquirePriceRenewResponse
public InquirePriceRenewResponse()
-
InquirePriceRenewResponse
public 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.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 集群ID- Returns:
- ClusterId 集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID- Parameters:
ClusterId- 集群ID
-
getInstanceIds
public String[] getInstanceIds()
Get 实例ID列表- Returns:
- InstanceIds 实例ID列表
-
setInstanceIds
public void setInstanceIds(String[] InstanceIds)
Set 实例ID列表- Parameters:
InstanceIds- 实例ID列表
-
getPrices
public TradePrice[] getPrices()
Get 对应的询价结果数组- Returns:
- Prices 对应的询价结果数组
-
setPrices
public void setPrices(TradePrice[] Prices)
Set 对应的询价结果数组- Parameters:
Prices- 对应的询价结果数组
-
getInstanceRealTotalPrice
public Long getInstanceRealTotalPrice()
Get 续费计算节点的总价格- Returns:
- InstanceRealTotalPrice 续费计算节点的总价格
-
setInstanceRealTotalPrice
public void setInstanceRealTotalPrice(Long InstanceRealTotalPrice)
Set 续费计算节点的总价格- Parameters:
InstanceRealTotalPrice- 续费计算节点的总价格
-
getStorageRealTotalPrice
public Long getStorageRealTotalPrice()
Get 续费存储节点的总价格- Returns:
- StorageRealTotalPrice 续费存储节点的总价格
-
setStorageRealTotalPrice
public void setStorageRealTotalPrice(Long StorageRealTotalPrice)
Set 续费存储节点的总价格- Parameters:
StorageRealTotalPrice- 续费存储节点的总价格
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-