public class FileSystemByPolicy extends AbstractModel
header, skipSign
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 File system creation time
|
String |
getCreationToken()
Get File system name
|
String |
getFileSystemId()
Get File system ID
|
Long |
getSizeByte()
Get File system size
|
String |
getStorageType()
Get Storage class
|
Long |
getTotalSnapshotSize()
Get Total snapshot size
|
Long |
getZoneId()
Get Region ID of the file system
|
void |
setCreationTime(String CreationTime)
Set File system creation time
|
void |
setCreationToken(String CreationToken)
Set File system name
|
void |
setFileSystemId(String FileSystemId)
Set File system ID
|
void |
setSizeByte(Long SizeByte)
Set File system size
|
void |
setStorageType(String StorageType)
Set Storage class
|
void |
setTotalSnapshotSize(Long TotalSnapshotSize)
Set Total snapshot size
|
void |
setZoneId(Long ZoneId)
Set Region ID of the file system
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public FileSystemByPolicy()
public FileSystemByPolicy(FileSystemByPolicy source)
public String getCreationToken()
public void setCreationToken(String CreationToken)
CreationToken
- File system namepublic String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- File system IDpublic Long getSizeByte()
public void setSizeByte(Long SizeByte)
SizeByte
- File system sizepublic String getStorageType()
public void setStorageType(String StorageType)
StorageType
- Storage classpublic Long getTotalSnapshotSize()
public void setTotalSnapshotSize(Long TotalSnapshotSize)
TotalSnapshotSize
- Total snapshot sizepublic String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime
- File system creation timepublic Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- Region ID of the file systemCopyright © 2024. All rights reserved.