public static class GetInstanceResponseBody.GetInstanceResponseBodyDataInstanceQuotas
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Double |
freeCount
The number of topics that are free of charge on the instance.
|
String |
quotaName
The quota name.
|
Double |
totalCount
The total number of topics on the instance.
|
Double |
usedCount
The number of used topics on the instance.
|
| 构造器和说明 |
|---|
GetInstanceResponseBodyDataInstanceQuotas() |
@NameInMap(value="freeCount") public Double freeCount
The number of topics that are free of charge on the instance.
@NameInMap(value="quotaName") public String quotaName
The quota name.
Valid value:
* TOPIC_COUNT: the number of topics that can be created on the instance
@NameInMap(value="totalCount") public Double totalCount
The total number of topics on the instance.
@NameInMap(value="usedCount") public Double usedCount
The number of used topics on the instance.
public GetInstanceResponseBodyDataInstanceQuotas()
public static GetInstanceResponseBody.GetInstanceResponseBodyDataInstanceQuotas build(Map<String,?> map) throws Exception
Exceptionpublic GetInstanceResponseBody.GetInstanceResponseBodyDataInstanceQuotas setFreeCount(Double freeCount)
public Double getFreeCount()
public GetInstanceResponseBody.GetInstanceResponseBodyDataInstanceQuotas setQuotaName(String quotaName)
public String getQuotaName()
public GetInstanceResponseBody.GetInstanceResponseBodyDataInstanceQuotas setTotalCount(Double totalCount)
public Double getTotalCount()
public GetInstanceResponseBody.GetInstanceResponseBodyDataInstanceQuotas setUsedCount(Double usedCount)
public Double getUsedCount()
Copyright © 2024. All rights reserved.