Class CreateFileSystemRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.chdfs.v20190718.models.CreateFileSystemRequest
-
public class CreateFileSystemRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateFileSystemRequest()CreateFileSystemRequest(CreateFileSystemRequest 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 LonggetCapacityQuota()Get 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍StringgetDescription()Get 文件系统描述StringgetFileSystemName()Get 文件系统名称voidsetCapacityQuota(Long CapacityQuota)Set 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍voidsetDescription(String Description)Set 文件系统描述voidsetFileSystemName(String FileSystemName)Set 文件系统名称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
-
CreateFileSystemRequest
public CreateFileSystemRequest()
-
CreateFileSystemRequest
public CreateFileSystemRequest(CreateFileSystemRequest 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
-
getFileSystemName
public String getFileSystemName()
Get 文件系统名称- Returns:
- FileSystemName 文件系统名称
-
setFileSystemName
public void setFileSystemName(String FileSystemName)
Set 文件系统名称- Parameters:
FileSystemName- 文件系统名称
-
getCapacityQuota
public Long getCapacityQuota()
Get 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍- Returns:
- CapacityQuota 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍
-
setCapacityQuota
public void setCapacityQuota(Long CapacityQuota)
Set 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍- Parameters:
CapacityQuota- 文件系统容量(byte),下限为1G,上限为1P,且必须是1G的整数倍
-
getDescription
public String getDescription()
Get 文件系统描述- Returns:
- Description 文件系统描述
-
setDescription
public void setDescription(String Description)
Set 文件系统描述- Parameters:
Description- 文件系统描述
-
-