public class DescribeSnapshotsUsageResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The request ID.
|
Integer |
snapshotCount
The number of snapshots stored in the current region.
|
Long |
snapshotSize
The total size of snapshots stored in the current region.
|
构造器和说明 |
---|
DescribeSnapshotsUsageResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeSnapshotsUsageResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
Integer |
getSnapshotCount() |
Long |
getSnapshotSize() |
DescribeSnapshotsUsageResponseBody |
setRequestId(String requestId) |
DescribeSnapshotsUsageResponseBody |
setSnapshotCount(Integer snapshotCount) |
DescribeSnapshotsUsageResponseBody |
setSnapshotSize(Long snapshotSize) |
@NameInMap(value="RequestId") public String requestId
The request ID.
example:473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
@NameInMap(value="SnapshotCount") public Integer snapshotCount
The number of snapshots stored in the current region.
example:5
@NameInMap(value="SnapshotSize") public Long snapshotSize
The total size of snapshots stored in the current region. Unit: bytes.
example:122
public static DescribeSnapshotsUsageResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeSnapshotsUsageResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeSnapshotsUsageResponseBody setSnapshotCount(Integer snapshotCount)
public Integer getSnapshotCount()
public DescribeSnapshotsUsageResponseBody setSnapshotSize(Long snapshotSize)
public Long getSnapshotSize()
Copyright © 2024. All rights reserved.