public class FileSystemDto extends Object
| 构造器和说明 |
|---|
FileSystemDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<FileSystemDto> |
createFileSystems() |
String |
getMount() |
String |
getName() |
Long |
getTotalSpace() |
Long |
getUsableSpace() |
String |
getVolume() |
void |
setMount(String mount) |
void |
setName(String name) |
void |
setTotalSpace(Long totalSpace) |
void |
setUsableSpace(Long usableSpace) |
void |
setVolume(String volume) |
public String getName()
public void setName(String name)
public String getMount()
public void setMount(String mount)
public String getVolume()
public void setVolume(String volume)
public Long getTotalSpace()
public void setTotalSpace(Long totalSpace)
public Long getUsableSpace()
public void setUsableSpace(Long usableSpace)
public static List<FileSystemDto> createFileSystems()
Copyright © 2020. All rights reserved.