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