public class FileSystemByPolicy extends AbstractModel
Constructor and Description |
---|
FileSystemByPolicy() |
FileSystemByPolicy(FileSystemByPolicy 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 |
---|---|
String |
getCreationTime()
Get 文件系统创建时间
|
String |
getCreationToken()
Get 文件系统名称
|
String |
getFileSystemId()
Get 文件系统ID
|
Long |
getSizeByte()
Get 文件系统大小
|
String |
getStorageType()
Get 存储类型
|
Long |
getTotalSnapshotSize()
Get 快照总大小
|
Long |
getZoneId()
Get 文件系统所在区ID
|
void |
setCreationTime(String CreationTime)
Set 文件系统创建时间
|
void |
setCreationToken(String CreationToken)
Set 文件系统名称
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统ID
|
void |
setSizeByte(Long SizeByte)
Set 文件系统大小
|
void |
setStorageType(String StorageType)
Set 存储类型
|
void |
setTotalSnapshotSize(Long TotalSnapshotSize)
Set 快照总大小
|
void |
setZoneId(Long ZoneId)
Set 文件系统所在区ID
|
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 FileSystemByPolicy()
public FileSystemByPolicy(FileSystemByPolicy source)
public String getCreationToken()
public void setCreationToken(String CreationToken)
CreationToken
- 文件系统名称public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- 文件系统IDpublic Long getSizeByte()
public void setSizeByte(Long SizeByte)
SizeByte
- 文件系统大小public String getStorageType()
public void setStorageType(String StorageType)
StorageType
- 存储类型public Long getTotalSnapshotSize()
public void setTotalSnapshotSize(Long TotalSnapshotSize)
TotalSnapshotSize
- 快照总大小public String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime
- 文件系统创建时间public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- 文件系统所在区IDCopyright © 2023. All rights reserved.