public class AssetDiskPartitionInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AssetDiskPartitionInfo() | 
| AssetDiskPartitionInfo(AssetDiskPartitionInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Get 分区名 | 
| String | getPath()Get 挂载目录 | 
| Float | getPercent()Get 分区使用率 | 
| Long | getSize()Get 分区大小:单位G | 
| String | getType()Get 文件系统类型 | 
| Long | getUsed()Get 已使用空间:单位G | 
| void | setName(String Name)Set 分区名 | 
| void | setPath(String Path)Set 挂载目录 | 
| void | setPercent(Float Percent)Set 分区使用率 | 
| void | setSize(Long Size)Set 分区大小:单位G | 
| void | setType(String Type)Set 文件系统类型 | 
| void | setUsed(Long Used)Set 已使用空间:单位G | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AssetDiskPartitionInfo()
public AssetDiskPartitionInfo(AssetDiskPartitionInfo source)
public String getName()
public void setName(String Name)
Name - 分区名public Long getSize()
public void setSize(Long Size)
Size - 分区大小:单位Gpublic Float getPercent()
public void setPercent(Float Percent)
Percent - 分区使用率public String getType()
public void setType(String Type)
Type - 文件系统类型public String getPath()
public void setPath(String Path)
Path - 挂载目录public Long getUsed()
public void setUsed(Long Used)
Used - 已使用空间:单位GCopyright © 2025. All rights reserved.