public class DescribeFlowLogsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
DescribeFlowLogsResponseBody.DescribeFlowLogsResponseBodyFlowLogs |
flowLogs
The information about the flow logs.
|
String |
pageNumber
The number of the returned page.
|
String |
pageSize
The number of entries per page.
|
String |
requestId
The request ID.
|
String |
success
Indicates whether the operation is successful.
|
String |
totalCount
The number of flow logs that are queried.
|
构造器和说明 |
---|
DescribeFlowLogsResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeFlowLogsResponseBody |
build(Map<String,?> map) |
DescribeFlowLogsResponseBody.DescribeFlowLogsResponseBodyFlowLogs |
getFlowLogs() |
String |
getPageNumber() |
String |
getPageSize() |
String |
getRequestId() |
String |
getSuccess() |
String |
getTotalCount() |
DescribeFlowLogsResponseBody |
setFlowLogs(DescribeFlowLogsResponseBody.DescribeFlowLogsResponseBodyFlowLogs flowLogs) |
DescribeFlowLogsResponseBody |
setPageNumber(String pageNumber) |
DescribeFlowLogsResponseBody |
setPageSize(String pageSize) |
DescribeFlowLogsResponseBody |
setRequestId(String requestId) |
DescribeFlowLogsResponseBody |
setSuccess(String success) |
DescribeFlowLogsResponseBody |
setTotalCount(String totalCount) |
@NameInMap(value="FlowLogs") public DescribeFlowLogsResponseBody.DescribeFlowLogsResponseBodyFlowLogs flowLogs
The information about the flow logs.
@NameInMap(value="PageNumber") public String pageNumber
The number of the returned page.
example:1
@NameInMap(value="PageSize") public String pageSize
The number of entries per page.
example:20
@NameInMap(value="RequestId") public String requestId
The request ID.
example:F7DDDC17-FA06-4AC2-8F35-59D2470FCFC1
@NameInMap(value="Success") public String success
Indicates whether the operation is successful. Valid values:
true
@NameInMap(value="TotalCount") public String totalCount
The number of flow logs that are queried.
example:1
public static DescribeFlowLogsResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeFlowLogsResponseBody setFlowLogs(DescribeFlowLogsResponseBody.DescribeFlowLogsResponseBodyFlowLogs flowLogs)
public DescribeFlowLogsResponseBody.DescribeFlowLogsResponseBodyFlowLogs getFlowLogs()
public DescribeFlowLogsResponseBody setPageNumber(String pageNumber)
public String getPageNumber()
public DescribeFlowLogsResponseBody setPageSize(String pageSize)
public String getPageSize()
public DescribeFlowLogsResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeFlowLogsResponseBody setSuccess(String success)
public String getSuccess()
public DescribeFlowLogsResponseBody setTotalCount(String totalCount)
public String getTotalCount()
Copyright © 2024. All rights reserved.