public class DescribeSnapshotsUsageResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The ID of the request.
|
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 ID of the request.
@NameInMap(value="SnapshotCount") public Integer snapshotCount
The number of snapshots stored in the current region.
@NameInMap(value="SnapshotSize") public Long snapshotSize
The total size of snapshots stored in the current region. Unit: byte.
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 © 2023. All rights reserved.