@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class AllocatableEcStorageCapacity extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_CAPACITY |
static String |
SERIALIZED_NAME_K |
static String |
SERIALIZED_NAME_M |
| 构造器和说明 |
|---|
AllocatableEcStorageCapacity() |
| 限定符和类型 | 方法和说明 |
|---|---|
AllocatableEcStorageCapacity |
capacity(Double capacity) |
boolean |
equals(Object o) |
Double |
getCapacity()
Get capacity
|
Integer |
getK()
Get k
|
Integer |
getM()
Get m
|
int |
hashCode() |
AllocatableEcStorageCapacity |
k(Integer k) |
AllocatableEcStorageCapacity |
m(Integer m) |
void |
setCapacity(Double capacity) |
void |
setK(Integer k) |
void |
setM(Integer m) |
String |
toString() |
public AllocatableEcStorageCapacity capacity(Double capacity)
public void setCapacity(Double capacity)
public AllocatableEcStorageCapacity m(Integer m)
public void setM(Integer m)
public AllocatableEcStorageCapacity k(Integer k)
public void setK(Integer k)
Copyright © 2025. All rights reserved.