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 Partition name
|
String |
getPath()
Get Mounting directory
|
Float |
getPercent()
Get Partition utilization
|
Long |
getSize()
Get Partition size (unit: G)
|
String |
getType()
Get File system type
|
Long |
getUsed()
Get Used space (unit: G)
|
void |
setName(String Name)
Set Partition name
|
void |
setPath(String Path)
Set Mounting directory
|
void |
setPercent(Float Percent)
Set Partition utilization
|
void |
setSize(Long Size)
Set Partition size (unit: G)
|
void |
setType(String Type)
Set File system type
|
void |
setUsed(Long Used)
Set Used space (unit: G)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AssetDiskPartitionInfo()
public AssetDiskPartitionInfo(AssetDiskPartitionInfo source)
public String getName()
public void setName(String Name)
Name
- Partition namepublic Long getSize()
public void setSize(Long Size)
Size
- Partition size (unit: G)public Float getPercent()
public void setPercent(Float Percent)
Percent
- Partition utilizationpublic String getType()
public void setType(String Type)
Type
- File system typepublic String getPath()
public void setPath(String Path)
Path
- Mounting directorypublic Long getUsed()
public void setUsed(Long Used)
Used
- Used space (unit: G)Copyright © 2024. All rights reserved.