Class CreateCfsSnapshotRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfs.v20190719.models.CreateCfsSnapshotRequest
-
public class CreateCfsSnapshotRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateCfsSnapshotRequest()CreateCfsSnapshotRequest(CreateCfsSnapshotRequest 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 文件系统idTagInfo[]getResourceTags()Get 快照标签StringgetSnapshotName()Get 快照名称voidsetFileSystemId(String FileSystemId)Set 文件系统idvoidsetResourceTags(TagInfo[] ResourceTags)Set 快照标签voidsetSnapshotName(String SnapshotName)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
-
CreateCfsSnapshotRequest
public CreateCfsSnapshotRequest()
-
CreateCfsSnapshotRequest
public CreateCfsSnapshotRequest(CreateCfsSnapshotRequest 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
-
getSnapshotName
public String getSnapshotName()
Get 快照名称- Returns:
- SnapshotName 快照名称
-
setSnapshotName
public void setSnapshotName(String SnapshotName)
Set 快照名称- Parameters:
SnapshotName- 快照名称
-
getResourceTags
public TagInfo[] getResourceTags()
Get 快照标签- Returns:
- ResourceTags 快照标签
-
setResourceTags
public void setResourceTags(TagInfo[] ResourceTags)
Set 快照标签- Parameters:
ResourceTags- 快照标签
-
-