public class QueryCashCouponsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
effectiveOrNot |
String |
expiryTimeEnd |
String |
expiryTimeStart |
| 构造器和说明 |
|---|
QueryCashCouponsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryCashCouponsRequest |
build(Map<String,?> map) |
Boolean |
getEffectiveOrNot() |
String |
getExpiryTimeEnd() |
String |
getExpiryTimeStart() |
QueryCashCouponsRequest |
setEffectiveOrNot(Boolean effectiveOrNot) |
QueryCashCouponsRequest |
setExpiryTimeEnd(String expiryTimeEnd) |
QueryCashCouponsRequest |
setExpiryTimeStart(String expiryTimeStart) |
@NameInMap(value="EffectiveOrNot") public Boolean effectiveOrNot
@NameInMap(value="ExpiryTimeEnd") public String expiryTimeEnd
@NameInMap(value="ExpiryTimeStart") public String expiryTimeStart
public static QueryCashCouponsRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryCashCouponsRequest setEffectiveOrNot(Boolean effectiveOrNot)
public Boolean getEffectiveOrNot()
public QueryCashCouponsRequest setExpiryTimeEnd(String expiryTimeEnd)
public String getExpiryTimeEnd()
public QueryCashCouponsRequest setExpiryTimeStart(String expiryTimeStart)
public String getExpiryTimeStart()
Copyright © 2022. All rights reserved.