public static final class InquiryPriceRefundInstanceResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
InquiryPriceRefundInstanceResponseBody.Data |
build() |
InquiryPriceRefundInstanceResponseBody.Data.Builder |
currency(String currency)
The currency.
|
InquiryPriceRefundInstanceResponseBody.Data.Builder |
hostId(String hostId)
The site of the execution host.
|
InquiryPriceRefundInstanceResponseBody.Data.Builder |
instanceId(String instanceId)
The ID of the instance.
|
InquiryPriceRefundInstanceResponseBody.Data.Builder |
refundAmount(Double refundAmount)
The refundable amount.
|
public InquiryPriceRefundInstanceResponseBody.Data.Builder currency(String currency)
The currency.
example:CNY. CNY: Chinese Yuan. USD: United States dollar. JPY: Japanese Yen.
public InquiryPriceRefundInstanceResponseBody.Data.Builder hostId(String hostId)
The site of the execution host.
example:cn
public InquiryPriceRefundInstanceResponseBody.Data.Builder instanceId(String instanceId)
The ID of the instance.
example:i-bp1etb69sqxgl4*******
public InquiryPriceRefundInstanceResponseBody.Data.Builder refundAmount(Double refundAmount)
The refundable amount.
example:12.34
public InquiryPriceRefundInstanceResponseBody.Data build()
Copyright © 2026. All rights reserved.