@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class AllocatableStorageCapacity extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_EC |
static String |
SERIALIZED_NAME_REPLICA |
| 构造器和说明 |
|---|
AllocatableStorageCapacity() |
| 限定符和类型 | 方法和说明 |
|---|---|
AllocatableStorageCapacity |
addEcItem(AllocatableEcStorageCapacity ecItem) |
AllocatableStorageCapacity |
addReplicaItem(AllocatableReplicaStorageCapacity replicaItem) |
AllocatableStorageCapacity |
ec(List<AllocatableEcStorageCapacity> ec) |
boolean |
equals(Object o) |
List<AllocatableEcStorageCapacity> |
getEc()
Get ec
|
List<AllocatableReplicaStorageCapacity> |
getReplica()
Get replica
|
int |
hashCode() |
AllocatableStorageCapacity |
replica(List<AllocatableReplicaStorageCapacity> replica) |
void |
setEc(List<AllocatableEcStorageCapacity> ec) |
void |
setReplica(List<AllocatableReplicaStorageCapacity> replica) |
String |
toString() |
public AllocatableStorageCapacity ec(List<AllocatableEcStorageCapacity> ec)
public AllocatableStorageCapacity addEcItem(AllocatableEcStorageCapacity ecItem)
@Nullable public List<AllocatableEcStorageCapacity> getEc()
public void setEc(List<AllocatableEcStorageCapacity> ec)
public AllocatableStorageCapacity replica(List<AllocatableReplicaStorageCapacity> replica)
public AllocatableStorageCapacity addReplicaItem(AllocatableReplicaStorageCapacity replicaItem)
@Nullable public List<AllocatableReplicaStorageCapacity> getReplica()
public void setReplica(List<AllocatableReplicaStorageCapacity> replica)
Copyright © 2025. All rights reserved.