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 Long
getAppId()
Get appidLong
getBlockSize()
Get 文件系统块大小(byte)Long
getCapacityQuota()
Get 文件系统容量(byte)String
getCreateTime()
Get 创建时间String
getDescription()
Get 文件系统描述String
getFileSystemId()
Get 文件系统IDString
getFileSystemName()
Get 文件系统名称String
getRegion()
Get 地域Long
getStatus()
Get 文件系统状态(1:创建中;2:创建成功;3:创建失败)void
setAppId(Long AppId)
Set appidvoid
setBlockSize(Long BlockSize)
Set 文件系统块大小(byte)void
setCapacityQuota(Long CapacityQuota)
Set 文件系统容量(byte)void
setCreateTime(String CreateTime)
Set 创建时间void
setDescription(String Description)
Set 文件系统描述void
setFileSystemId(String FileSystemId)
Set 文件系统IDvoid
setFileSystemName(String FileSystemName)
Set 文件系统名称void
setRegion(String Region)
Set 地域void
setStatus(Long Status)
Set 文件系统状态(1:创建中;2:创建成功;3:创建失败)void
toMap(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:创建失败)
-
-