Class SnapshotStatistics
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfs.v20190719.models.SnapshotStatistics
-
public class SnapshotStatistics extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRegion()Get 地域LonggetSnapshotNumber()Get 快照总个数LonggetSnapshotSize()Get 快照总容量voidsetRegion(String Region)Set 地域voidsetSnapshotNumber(Long SnapshotNumber)Set 快照总个数voidsetSnapshotSize(Long SnapshotSize)Set 快照总容量voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SnapshotStatistics
public SnapshotStatistics()
-
SnapshotStatistics
public 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.
-
-
Method Detail
-
getRegion
public String getRegion()
Get 地域- Returns:
- Region 地域
-
setRegion
public void setRegion(String Region)
Set 地域- Parameters:
Region- 地域
-
getSnapshotNumber
public Long getSnapshotNumber()
Get 快照总个数- Returns:
- SnapshotNumber 快照总个数
-
setSnapshotNumber
public void setSnapshotNumber(Long SnapshotNumber)
Set 快照总个数- Parameters:
SnapshotNumber- 快照总个数
-
getSnapshotSize
public Long getSnapshotSize()
Get 快照总容量- Returns:
- SnapshotSize 快照总容量
-
setSnapshotSize
public void setSnapshotSize(Long SnapshotSize)
Set 快照总容量- Parameters:
SnapshotSize- 快照总容量
-
-