public class DescribeDBInstanceDealResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDBInstanceDealResponse() |
DescribeDBInstanceDealResponse(DescribeDBInstanceDealResponse 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 |
getAction()
Get Operation performed by the order.
|
Float |
getDiscountPrice()
Get Discounted price of the order.
|
String |
getInstanceId()
Get Resource ID of the current order.
|
Float |
getOriginalPrice()
Get Original price of the order.
|
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).
|
Long |
getStatus()
Get Order status.
|
void |
setAction(String Action)
Set Operation performed by the order.
|
void |
setDiscountPrice(Float DiscountPrice)
Set Discounted price of the order.
|
void |
setInstanceId(String InstanceId)
Set Resource ID of the current order.
|
void |
setOriginalPrice(Float OriginalPrice)
Set Original price of the order.
|
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 |
setStatus(Long Status)
Set Order status.
|
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 DescribeDBInstanceDealResponse()
public DescribeDBInstanceDealResponse(DescribeDBInstanceDealResponse source)
public Long getStatus()
public void setStatus(Long Status)
Status
- Order status. Valid values: 1 (unpaid), 2 (paid), 3 (delivering), 4 (delivered), 5 (delivery failed), 6 (refunded), 7 (order closed), 8 (order closed because it failed to be paid within timeout period).public Float getOriginalPrice()
public void setOriginalPrice(Float OriginalPrice)
OriginalPrice
- Original price of the order.public Float getDiscountPrice()
public void setDiscountPrice(Float DiscountPrice)
DiscountPrice
- Discounted price of the order.public String getAction()
public void setAction(String Action)
Action
- Operation performed by the order. Valid values: purchase, renew, upgrade, downgrade, refund.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Resource ID of the current order.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.