public static class GetQuotaInfosResponseBody.GetQuotaInfosResponseBodyQuotas
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetQuotaInfosResponseBodyQuotas() |
@NameInMap(value="identifier") public String identifier
@NameInMap(value="quota") public Long quota
@NameInMap(value="type") public String type
@NameInMap(value="usedQuota") public Long usedQuota
public static GetQuotaInfosResponseBody.GetQuotaInfosResponseBodyQuotas build(Map<String,?> map) throws Exception
Exceptionpublic GetQuotaInfosResponseBody.GetQuotaInfosResponseBodyQuotas setIdentifier(String identifier)
public String getIdentifier()
public GetQuotaInfosResponseBody.GetQuotaInfosResponseBodyQuotas setQuota(Long quota)
public Long getQuota()
public GetQuotaInfosResponseBody.GetQuotaInfosResponseBodyQuotas setType(String type)
public String getType()
public GetQuotaInfosResponseBody.GetQuotaInfosResponseBodyQuotas setUsedQuota(Long usedQuota)
public Long getUsedQuota()
Copyright © 2022. All rights reserved.