Class DeleteMountTargetRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfs.v20190719.models.DeleteMountTargetRequest
-
public class DeleteMountTargetRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteMountTargetRequest()DeleteMountTargetRequest(DeleteMountTargetRequest 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 StringgetFileSystemId()Get 文件系统 IDStringgetMountTargetId()Get 挂载点 IDvoidsetFileSystemId(String FileSystemId)Set 文件系统 IDvoidsetMountTargetId(String MountTargetId)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
-
DeleteMountTargetRequest
public DeleteMountTargetRequest()
-
DeleteMountTargetRequest
public DeleteMountTargetRequest(DeleteMountTargetRequest 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
-
getMountTargetId
public String getMountTargetId()
Get 挂载点 ID- Returns:
- MountTargetId 挂载点 ID
-
setMountTargetId
public void setMountTargetId(String MountTargetId)
Set 挂载点 ID- Parameters:
MountTargetId- 挂载点 ID
-
-