Class ExpandCapacityRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.goosefs.v20220519.models.ExpandCapacityRequest
-
public class ExpandCapacityRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ExpandCapacityRequest()ExpandCapacityRequest(ExpandCapacityRequest 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 LonggetExpandedCapacity()Get 新增扩容的系统容量StringgetFileSystemId()Get 文件系统IDvoidsetExpandedCapacity(Long ExpandedCapacity)Set 新增扩容的系统容量voidsetFileSystemId(String FileSystemId)Set 文件系统IDvoidtoMap(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
-
ExpandCapacityRequest
public ExpandCapacityRequest()
-
ExpandCapacityRequest
public ExpandCapacityRequest(ExpandCapacityRequest 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
-
getFileSystemId
public String getFileSystemId()
Get 文件系统ID- Returns:
- FileSystemId 文件系统ID
-
setFileSystemId
public void setFileSystemId(String FileSystemId)
Set 文件系统ID- Parameters:
FileSystemId- 文件系统ID
-
getExpandedCapacity
public Long getExpandedCapacity()
Get 新增扩容的系统容量- Returns:
- ExpandedCapacity 新增扩容的系统容量
-
setExpandedCapacity
public void setExpandedCapacity(Long ExpandedCapacity)
Set 新增扩容的系统容量- Parameters:
ExpandedCapacity- 新增扩容的系统容量
-
-