public class InquiryPriceCreateInstanceResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
InquiryPriceCreateInstanceResponse() |
InquiryPriceCreateInstanceResponse(InquiryPriceCreateInstanceResponse 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 |
getAmountUnit()
Get Price unit.
|
String |
getCurrency()
Get Currency.
|
Float |
getHighPrecisionPrice()
Get High precision price.
|
Float |
getPrice()
Get 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).
|
void |
setAmountUnit(String AmountUnit)
Set Price unit.
|
void |
setCurrency(String Currency)
Set Currency.
|
void |
setHighPrecisionPrice(Float HighPrecisionPrice)
Set High precision price.
|
void |
setPrice(Float Price)
Set 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 |
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 InquiryPriceCreateInstanceResponse()
public InquiryPriceCreateInstanceResponse(InquiryPriceCreateInstanceResponse source)
public Float getPrice()
public void setPrice(Float Price)
Price
- Price.public Float getHighPrecisionPrice()
public void setHighPrecisionPrice(Float HighPrecisionPrice)
HighPrecisionPrice
- High precision price.public String getCurrency()
public void setCurrency(String Currency)
Currency
- Currency.public String getAmountUnit()
public void setAmountUnit(String AmountUnit)
AmountUnit
- Price unit.
- pent: cent.
- microPent: microcent.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.