public class InquireCkafkaPriceResp extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
InquiryPrice |
getInstancePrice()
Get Instance price
Note: This field may return null, indicating that no valid values can be obtained.
|
InquiryPrice |
getPublicNetworkBandwidthPrice()
Get Public network bandwidth price
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstancePrice(InquiryPrice InstancePrice)
Set Instance price
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPublicNetworkBandwidthPrice(InquiryPrice PublicNetworkBandwidthPrice)
Set Public network bandwidth price
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public InquireCkafkaPriceResp()
public InquireCkafkaPriceResp(InquireCkafkaPriceResp source)
public InquiryPrice getInstancePrice()
public void setInstancePrice(InquiryPrice InstancePrice)
InstancePrice
- Instance price
Note: This field may return null, indicating that no valid values can be obtained.public InquiryPrice getPublicNetworkBandwidthPrice()
public void setPublicNetworkBandwidthPrice(InquiryPrice PublicNetworkBandwidthPrice)
PublicNetworkBandwidthPrice
- Public network bandwidth price
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.