Class FileSystem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.chdfs.v20190718.models.FileSystem
-
public class FileSystem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FileSystem()FileSystem(FileSystem 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 LonggetAppId()Get appidLonggetBlockSize()Get 文件系统块大小(byte)LonggetCapacityQuota()Get 文件系统容量(byte)StringgetCreateTime()Get 创建时间StringgetDescription()Get 文件系统描述StringgetFileSystemId()Get 文件系统IDStringgetFileSystemName()Get 文件系统名称StringgetRegion()Get 地域LonggetStatus()Get 文件系统状态(1:创建中;2:创建成功;3:创建失败)voidsetAppId(Long AppId)Set appidvoidsetBlockSize(Long BlockSize)Set 文件系统块大小(byte)voidsetCapacityQuota(Long CapacityQuota)Set 文件系统容量(byte)voidsetCreateTime(String CreateTime)Set 创建时间voidsetDescription(String Description)Set 文件系统描述voidsetFileSystemId(String FileSystemId)Set 文件系统IDvoidsetFileSystemName(String FileSystemName)Set 文件系统名称voidsetRegion(String Region)Set 地域voidsetStatus(Long Status)Set 文件系统状态(1:创建中;2:创建成功;3:创建失败)voidtoMap(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
-
FileSystem
public FileSystem()
-
FileSystem
public FileSystem(FileSystem 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
-
getAppId
public Long getAppId()
Get appid- Returns:
- AppId appid
-
setAppId
public void setAppId(Long AppId)
Set appid- Parameters:
AppId- appid
-
getFileSystemName
public String getFileSystemName()
Get 文件系统名称- Returns:
- FileSystemName 文件系统名称
-
setFileSystemName
public void setFileSystemName(String FileSystemName)
Set 文件系统名称- Parameters:
FileSystemName- 文件系统名称
-
getDescription
public String getDescription()
Get 文件系统描述- Returns:
- Description 文件系统描述
-
setDescription
public void setDescription(String Description)
Set 文件系统描述- Parameters:
Description- 文件系统描述
-
getRegion
public String getRegion()
Get 地域- Returns:
- Region 地域
-
setRegion
public void setRegion(String Region)
Set 地域- Parameters:
Region- 地域
-
getFileSystemId
public String getFileSystemId()
Get 文件系统ID- Returns:
- FileSystemId 文件系统ID
-
setFileSystemId
public void setFileSystemId(String FileSystemId)
Set 文件系统ID- Parameters:
FileSystemId- 文件系统ID
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime- 创建时间
-
getBlockSize
public Long getBlockSize()
Get 文件系统块大小(byte)- Returns:
- BlockSize 文件系统块大小(byte)
-
setBlockSize
public void setBlockSize(Long BlockSize)
Set 文件系统块大小(byte)- Parameters:
BlockSize- 文件系统块大小(byte)
-
getCapacityQuota
public Long getCapacityQuota()
Get 文件系统容量(byte)- Returns:
- CapacityQuota 文件系统容量(byte)
-
setCapacityQuota
public void setCapacityQuota(Long CapacityQuota)
Set 文件系统容量(byte)- Parameters:
CapacityQuota- 文件系统容量(byte)
-
getStatus
public Long getStatus()
Get 文件系统状态(1:创建中;2:创建成功;3:创建失败)- Returns:
- Status 文件系统状态(1:创建中;2:创建成功;3:创建失败)
-
setStatus
public void setStatus(Long Status)
Set 文件系统状态(1:创建中;2:创建成功;3:创建失败)- Parameters:
Status- 文件系统状态(1:创建中;2:创建成功;3:创建失败)
-
-