public class SnapshotStatistics extends AbstractModel
header, skipSign
Constructor and Description |
---|
SnapshotStatistics() |
SnapshotStatistics(SnapshotStatistics 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 |
getRegion()
Get Region
|
Long |
getSnapshotNumber()
Get Total number of snapshots
|
Long |
getSnapshotSize()
Get Total snapshot size
|
void |
setRegion(String Region)
Set Region
|
void |
setSnapshotNumber(Long SnapshotNumber)
Set Total number of snapshots
|
void |
setSnapshotSize(Long SnapshotSize)
Set Total snapshot size
|
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 SnapshotStatistics()
public SnapshotStatistics(SnapshotStatistics source)
public String getRegion()
public void setRegion(String Region)
Region
- Regionpublic Long getSnapshotNumber()
public void setSnapshotNumber(Long SnapshotNumber)
SnapshotNumber
- Total number of snapshotspublic Long getSnapshotSize()
public void setSnapshotSize(Long SnapshotSize)
SnapshotSize
- Total snapshot sizeCopyright © 2024. All rights reserved.