Class InquireCkafkaPriceResp
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.InquireCkafkaPriceResp
-
public class InquireCkafkaPriceResp extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InquireCkafkaPriceResp()InquireCkafkaPriceResp(InquireCkafkaPriceResp 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 InquiryPricegetInstancePrice()Get 实例价格 注意:此字段可能返回 null,表示取不到有效值。InquiryPricegetPublicNetworkBandwidthPrice()Get 公网带宽价格 注意:此字段可能返回 null,表示取不到有效值。voidsetInstancePrice(InquiryPrice InstancePrice)Set 实例价格 注意:此字段可能返回 null,表示取不到有效值。voidsetPublicNetworkBandwidthPrice(InquiryPrice PublicNetworkBandwidthPrice)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
-
InquireCkafkaPriceResp
public InquireCkafkaPriceResp()
-
InquireCkafkaPriceResp
public InquireCkafkaPriceResp(InquireCkafkaPriceResp 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
-
getInstancePrice
public InquiryPrice getInstancePrice()
Get 实例价格 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InstancePrice 实例价格 注意:此字段可能返回 null,表示取不到有效值。
-
setInstancePrice
public void setInstancePrice(InquiryPrice InstancePrice)
Set 实例价格 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InstancePrice- 实例价格 注意:此字段可能返回 null,表示取不到有效值。
-
getPublicNetworkBandwidthPrice
public InquiryPrice getPublicNetworkBandwidthPrice()
Get 公网带宽价格 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PublicNetworkBandwidthPrice 公网带宽价格 注意:此字段可能返回 null,表示取不到有效值。
-
setPublicNetworkBandwidthPrice
public void setPublicNetworkBandwidthPrice(InquiryPrice PublicNetworkBandwidthPrice)
Set 公网带宽价格 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PublicNetworkBandwidthPrice- 公网带宽价格 注意:此字段可能返回 null,表示取不到有效值。
-
-