public class SnapshotStatistics extends AbstractModel
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 地域
|
Long |
getSnapshotNumber()
Get 快照总个数
|
Long |
getSnapshotSize()
Get 快照总容量
|
void |
setRegion(String Region)
Set 地域
|
void |
setSnapshotNumber(Long SnapshotNumber)
Set 快照总个数
|
void |
setSnapshotSize(Long SnapshotSize)
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 SnapshotStatistics()
public SnapshotStatistics(SnapshotStatistics source)
public String getRegion()
public void setRegion(String Region)
Region
- 地域public Long getSnapshotNumber()
public void setSnapshotNumber(Long SnapshotNumber)
SnapshotNumber
- 快照总个数public Long getSnapshotSize()
public void setSnapshotSize(Long SnapshotSize)
SnapshotSize
- 快照总容量Copyright © 2023. All rights reserved.