public static final class QueryRedeemResponseBody.Redeem.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryRedeemResponseBody.Redeem.Builder |
applicableProducts(String applicableProducts)
The services to which the redemption coupon is applicable.
|
QueryRedeemResponseBody.Redeem.Builder |
balance(String balance)
The balance of the redemption coupon.
|
QueryRedeemResponseBody.Redeem |
build() |
QueryRedeemResponseBody.Redeem.Builder |
effectiveTime(String effectiveTime)
The time when the redemption coupon took effect.
|
QueryRedeemResponseBody.Redeem.Builder |
expiryTime(String expiryTime)
The time when the redemption coupon expired.
|
QueryRedeemResponseBody.Redeem.Builder |
grantedTime(String grantedTime)
The time when the redemption coupon was issued.
|
QueryRedeemResponseBody.Redeem.Builder |
nominalValue(String nominalValue)
The nominal value of the redemption coupon.
|
QueryRedeemResponseBody.Redeem.Builder |
redeemId(String redeemId)
The ID of the redemption coupon.
|
QueryRedeemResponseBody.Redeem.Builder |
redeemNo(String redeemNo)
The number of the redemption coupon.
|
QueryRedeemResponseBody.Redeem.Builder |
specification(String specification)
The specifications of the redemption coupon.
|
QueryRedeemResponseBody.Redeem.Builder |
status(String status)
The status of the redemption coupon.
|
public QueryRedeemResponseBody.Redeem.Builder applicableProducts(String applicableProducts)
The services to which the redemption coupon is applicable.
example:Elastic Compute Service (ECS)
public QueryRedeemResponseBody.Redeem.Builder balance(String balance)
The balance of the redemption coupon.
example:0
public QueryRedeemResponseBody.Redeem.Builder effectiveTime(String effectiveTime)
The time when the redemption coupon took effect.
example:2018-05-14 20:25:00
public QueryRedeemResponseBody.Redeem.Builder expiryTime(String expiryTime)
The time when the redemption coupon expired.
example:2018-06-13 20:25:00
public QueryRedeemResponseBody.Redeem.Builder grantedTime(String grantedTime)
The time when the redemption coupon was issued.
example:2018-05-14 20:25:00
public QueryRedeemResponseBody.Redeem.Builder nominalValue(String nominalValue)
The nominal value of the redemption coupon.
example:0
public QueryRedeemResponseBody.Redeem.Builder redeemId(String redeemId)
The ID of the redemption coupon.
example:1342
public QueryRedeemResponseBody.Redeem.Builder redeemNo(String redeemNo)
The number of the redemption coupon.
example:4889*****1610
public QueryRedeemResponseBody.Redeem.Builder specification(String specification)
The specifications of the redemption coupon.
example:N/A
public QueryRedeemResponseBody.Redeem.Builder status(String status)
The status of the redemption coupon. Valid values:
Generated
public QueryRedeemResponseBody.Redeem build()
Copyright © 2026. All rights reserved.