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 Order operation behavior.
|
Float |
getDiscountPrice()
Get Discount price of the order, in USD.
|
String |
getInstanceId()
Get Instance ID of the current order.
|
Float |
getOriginalPrice()
Get Original price of the order, in USD.
|
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 Order operation behavior.
|
void |
setDiscountPrice(Float DiscountPrice)
Set Discount price of the order, in USD.
|
void |
setInstanceId(String InstanceId)
Set Instance ID of the current order.
|
void |
setOriginalPrice(Float OriginalPrice)
Set Original price of the order, in USD.
|
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.
- 1: unpaid.
- 2: paid.
- 3: delivering.
- 4: delivered successfully.
- 5: delivery failed.
- 6: refund.
- 7: order closed.
- 8: closed due to unpaid timeout.public Float getOriginalPrice()
public void setOriginalPrice(Float OriginalPrice)
OriginalPrice
- Original price of the order, in USD.public Float getDiscountPrice()
public void setDiscountPrice(Float DiscountPrice)
DiscountPrice
- Discount price of the order, in USD.public String getAction()
public void setAction(String Action)
Action
- Order operation behavior.
- purchase: newly purchased.
- renew: renewed.
- upgrade: configuration upgraded.
- downgrade: configuration downgraded.
- refund: return and refund.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance 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.