Class AssetDiskPartitionInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.AssetDiskPartitionInfo
-
public class AssetDiskPartitionInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get 分区名StringgetPath()Get 挂载目录FloatgetPercent()Get 分区使用率LonggetSize()Get 分区大小:单位GStringgetType()Get 文件系统类型LonggetUsed()Get 已使用空间:单位GvoidsetName(String Name)Set 分区名voidsetPath(String Path)Set 挂载目录voidsetPercent(Float Percent)Set 分区使用率voidsetSize(Long Size)Set 分区大小:单位GvoidsetType(String Type)Set 文件系统类型voidsetUsed(Long Used)Set 已使用空间:单位GvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AssetDiskPartitionInfo
public AssetDiskPartitionInfo()
-
AssetDiskPartitionInfo
public 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.
-
-
Method Detail
-
getName
public String getName()
Get 分区名- Returns:
- Name 分区名
-
setName
public void setName(String Name)
Set 分区名- Parameters:
Name- 分区名
-
getSize
public Long getSize()
Get 分区大小:单位G- Returns:
- Size 分区大小:单位G
-
setSize
public void setSize(Long Size)
Set 分区大小:单位G- Parameters:
Size- 分区大小:单位G
-
getPercent
public Float getPercent()
Get 分区使用率- Returns:
- Percent 分区使用率
-
setPercent
public void setPercent(Float Percent)
Set 分区使用率- Parameters:
Percent- 分区使用率
-
getType
public String getType()
Get 文件系统类型- Returns:
- Type 文件系统类型
-
setType
public void setType(String Type)
Set 文件系统类型- Parameters:
Type- 文件系统类型
-
getPath
public String getPath()
Get 挂载目录- Returns:
- Path 挂载目录
-
setPath
public void setPath(String Path)
Set 挂载目录- Parameters:
Path- 挂载目录
-
getUsed
public Long getUsed()
Get 已使用空间:单位G- Returns:
- Used 已使用空间:单位G
-
setUsed
public void setUsed(Long Used)
Set 已使用空间:单位G- Parameters:
Used- 已使用空间:单位G
-
-