public static class GetCurrentAppResponseBody.GetCurrentAppResponseBodyAppPartitionsQuota
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
max
example:
10000
|
Long |
reserved
example:
1000
|
String |
type
example:
SHARE
|
Long |
used
example:
1024
|
| 构造器和说明 |
|---|
GetCurrentAppResponseBodyAppPartitionsQuota() |
@NameInMap(value="max") public Long max
10000
@NameInMap(value="reserved") public Long reserved
1000
@NameInMap(value="type") public String type
SHARE
@NameInMap(value="used") public Long used
1024
public GetCurrentAppResponseBodyAppPartitionsQuota()
public static GetCurrentAppResponseBody.GetCurrentAppResponseBodyAppPartitionsQuota build(Map<String,?> map) throws Exception
Exceptionpublic GetCurrentAppResponseBody.GetCurrentAppResponseBodyAppPartitionsQuota setMax(Long max)
public Long getMax()
public GetCurrentAppResponseBody.GetCurrentAppResponseBodyAppPartitionsQuota setReserved(Long reserved)
public Long getReserved()
public GetCurrentAppResponseBody.GetCurrentAppResponseBodyAppPartitionsQuota setType(String type)
public String getType()
public GetCurrentAppResponseBody.GetCurrentAppResponseBodyAppPartitionsQuota setUsed(Long used)
public Long getUsed()
Copyright © 2025. All rights reserved.