public class BenefitMapValue
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
BenefitMapValue() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BenefitMapValue |
build(Map<String,?> map) |
Boolean |
getCanUse() |
Long |
getCanUseQuota() |
Long |
getUsedQuota() |
BenefitMapValue |
setCanUse(Boolean canUse) |
BenefitMapValue |
setCanUseQuota(Long canUseQuota) |
BenefitMapValue |
setUsedQuota(Long usedQuota) |
@NameInMap(value="canUse") public Boolean canUse
@NameInMap(value="canUseQuota") public Long canUseQuota
@NameInMap(value="usedQuota") public Long usedQuota
public static BenefitMapValue build(Map<String,?> map) throws Exception
Exceptionpublic BenefitMapValue setCanUse(Boolean canUse)
public Boolean getCanUse()
public BenefitMapValue setCanUseQuota(Long canUseQuota)
public Long getCanUseQuota()
public BenefitMapValue setUsedQuota(Long usedQuota)
public Long getUsedQuota()
Copyright © 2025. All rights reserved.