public class UpdateCfsSnapshotAttributeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateCfsSnapshotAttributeRequest() |
UpdateCfsSnapshotAttributeRequest(UpdateCfsSnapshotAttributeRequest 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAliveDays()
Get 文件系统快照保留天数
|
String |
getSnapshotId()
Get 文件系统快照ID
|
String |
getSnapshotName()
Get 文件系统快照名称
|
void |
setAliveDays(Long AliveDays)
Set 文件系统快照保留天数
|
void |
setSnapshotId(String SnapshotId)
Set 文件系统快照ID
|
void |
setSnapshotName(String SnapshotName)
Set 文件系统快照名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateCfsSnapshotAttributeRequest()
public UpdateCfsSnapshotAttributeRequest(UpdateCfsSnapshotAttributeRequest source)
public String getSnapshotId()
public void setSnapshotId(String SnapshotId)
SnapshotId
- 文件系统快照IDpublic String getSnapshotName()
public void setSnapshotName(String SnapshotName)
SnapshotName
- 文件系统快照名称public Long getAliveDays()
public void setAliveDays(Long AliveDays)
AliveDays
- 文件系统快照保留天数Copyright © 2025. All rights reserved.