public class SnapshotInfo extends AbstractModel
Constructor and Description |
---|
SnapshotInfo() |
SnapshotInfo(SnapshotInfo 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 |
getAliveDay()
Get 保留时长天
|
Long |
getAppId()
Get 帐号ID
|
String |
getCreationTime()
Get 创建快照时间
|
String |
getDeleteTime()
Get 快照删除时间
|
String |
getFileSystemId()
Get 文件系统ID
|
String |
getFsName()
Get 文件系统名称
|
Long |
getPercent()
Get 快照进度
|
String |
getRegionName()
Get 地域名称
|
Long |
getSize()
Get 快照大小
|
String |
getSnapshotId()
Get 快照ID
|
String |
getSnapshotName()
Get 快照名称
|
String |
getStatus()
Get 快照状态
|
TagInfo[] |
getTags()
Get 快照标签
|
void |
setAliveDay(Long AliveDay)
Set 保留时长天
|
void |
setAppId(Long AppId)
Set 帐号ID
|
void |
setCreationTime(String CreationTime)
Set 创建快照时间
|
void |
setDeleteTime(String DeleteTime)
Set 快照删除时间
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统ID
|
void |
setFsName(String FsName)
Set 文件系统名称
|
void |
setPercent(Long Percent)
Set 快照进度
|
void |
setRegionName(String RegionName)
Set 地域名称
|
void |
setSize(Long Size)
Set 快照大小
|
void |
setSnapshotId(String SnapshotId)
Set 快照ID
|
void |
setSnapshotName(String SnapshotName)
Set 快照名称
|
void |
setStatus(String Status)
Set 快照状态
|
void |
setTags(TagInfo[] Tags)
Set 快照标签
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SnapshotInfo()
public SnapshotInfo(SnapshotInfo source)
public String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime
- 创建快照时间public String getSnapshotName()
public void setSnapshotName(String SnapshotName)
SnapshotName
- 快照名称public String getSnapshotId()
public void setSnapshotId(String SnapshotId)
SnapshotId
- 快照IDpublic String getStatus()
public void setStatus(String Status)
Status
- 快照状态public String getRegionName()
public void setRegionName(String RegionName)
RegionName
- 地域名称public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- 文件系统IDpublic Long getSize()
public void setSize(Long Size)
Size
- 快照大小public Long getAliveDay()
public void setAliveDay(Long AliveDay)
AliveDay
- 保留时长天public Long getPercent()
public void setPercent(Long Percent)
Percent
- 快照进度public Long getAppId()
public void setAppId(Long AppId)
AppId
- 帐号IDpublic String getDeleteTime()
public void setDeleteTime(String DeleteTime)
DeleteTime
- 快照删除时间public String getFsName()
public void setFsName(String FsName)
FsName
- 文件系统名称public TagInfo[] getTags()
public void setTags(TagInfo[] Tags)
Tags
- 快照标签Copyright © 2022. All rights reserved.