@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class NestedPartition extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_PATH |
static String |
SERIALIZED_NAME_SIZE |
static String |
SERIALIZED_NAME_USAGE |
static String |
SERIALIZED_NAME_USED_SIZE |
| 构造器和说明 |
|---|
NestedPartition() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Get name
|
String |
getPath()
Get path
|
Long |
getSize()
Get size
|
PartitionUsage |
getUsage()
Get usage
|
Long |
getUsedSize()
Get usedSize
|
int |
hashCode() |
NestedPartition |
name(String name) |
NestedPartition |
path(String path) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setSize(Long size) |
void |
setUsage(PartitionUsage usage) |
void |
setUsedSize(Long usedSize) |
NestedPartition |
size(Long size) |
String |
toString() |
NestedPartition |
usage(PartitionUsage usage) |
NestedPartition |
usedSize(Long usedSize) |
public NestedPartition name(String name)
public void setName(String name)
public NestedPartition path(String path)
public void setPath(String path)
public NestedPartition size(Long size)
public void setSize(Long size)
public NestedPartition usage(PartitionUsage usage)
@Nonnull public PartitionUsage getUsage()
public void setUsage(PartitionUsage usage)
public NestedPartition usedSize(Long usedSize)
public void setUsedSize(Long usedSize)
Copyright © 2025. All rights reserved.