public class InquiryPriceScaleOutInstanceResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
InquiryPriceScaleOutInstanceResponse() |
InquiryPriceScaleOutInstanceResponse(InquiryPriceScaleOutInstanceResponse 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 |
getDiscountCost()
Get Discounted price.
|
EmrPrice[] |
getMultipleEmrPrice()
Get The inquiry results corresponding to the specs specified by the input parameter `MultipleResources`, with the result of the first spec returned by other output parameters.
|
String |
getOriginalCost()
Get Original price.
|
PriceResource |
getPriceSpec()
Get Node spec queried for price.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getUnit()
Get Time unit of scale-out.
|
void |
setDiscountCost(String DiscountCost)
Set Discounted price.
|
void |
setMultipleEmrPrice(EmrPrice[] MultipleEmrPrice)
Set The inquiry results corresponding to the specs specified by the input parameter `MultipleResources`, with the result of the first spec returned by other output parameters.
|
void |
setOriginalCost(String OriginalCost)
Set Original price.
|
void |
setPriceSpec(PriceResource PriceSpec)
Set Node spec queried for price.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setUnit(String Unit)
Set Time unit of scale-out.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InquiryPriceScaleOutInstanceResponse()
public InquiryPriceScaleOutInstanceResponse(InquiryPriceScaleOutInstanceResponse source)
public String getOriginalCost()
public void setOriginalCost(String OriginalCost)
OriginalCost
- Original price.public String getDiscountCost()
public void setDiscountCost(String DiscountCost)
DiscountCost
- Discounted price.public String getUnit()
public void setUnit(String Unit)
Unit
- Time unit of scale-out. Valid values.
public PriceResource getPriceSpec()
public void setPriceSpec(PriceResource PriceSpec)
PriceSpec
- Node spec queried for price.
Note: This field may return null, indicating that no valid values can be obtained.public EmrPrice[] getMultipleEmrPrice()
public void setMultipleEmrPrice(EmrPrice[] MultipleEmrPrice)
MultipleEmrPrice
- The inquiry results corresponding to the specs specified by the input parameter `MultipleResources`, with the result of the first spec returned by other output parameters.
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.