public class DescribeSystemLogResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
requestId
The ID of the request.
|
List<DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog> |
systemLog
An array that consists of details of the billing logs for the burstable clean bandwidth.
|
Long |
total
The total number of billing logs for the burstable clean bandwidth.
|
| 构造器和说明 |
|---|
DescribeSystemLogResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeSystemLogResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
List<DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog> |
getSystemLog() |
Long |
getTotal() |
DescribeSystemLogResponseBody |
setRequestId(String requestId) |
DescribeSystemLogResponseBody |
setSystemLog(List<DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog> systemLog) |
DescribeSystemLogResponseBody |
setTotal(Long total) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:8BC3A33A-F832-58DB-952F-7682A25AD14C
@NameInMap(value="SystemLog") public List<DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog> systemLog
An array that consists of details of the billing logs for the burstable clean bandwidth.
@NameInMap(value="Total") public Long total
The total number of billing logs for the burstable clean bandwidth.
example:1
public static DescribeSystemLogResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSystemLogResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeSystemLogResponseBody setSystemLog(List<DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog> systemLog)
public List<DescribeSystemLogResponseBody.DescribeSystemLogResponseBodySystemLog> getSystemLog()
public DescribeSystemLogResponseBody setTotal(Long total)
public Long getTotal()
Copyright © 2026. All rights reserved.