public class DescribeStreamLinkFlowLogsResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeStreamLinkFlowLogsResponse() |
DescribeStreamLinkFlowLogsResponse(DescribeStreamLinkFlowLogsResponse 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.
|
Modifier and Type | Method and Description |
---|---|
FlowLogInfo[] |
getInfos()
Get 日志信息列表。
|
Long |
getPageNum()
Get 当前页码。
|
Long |
getPageSize()
Get 每页大小。
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getTotalNum()
Get 总数量。
|
Long |
getTotalPage()
Get 总页数。
|
void |
setInfos(FlowLogInfo[] Infos)
Set 日志信息列表。
|
void |
setPageNum(Long PageNum)
Set 当前页码。
|
void |
setPageSize(Long PageSize)
Set 每页大小。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setTotalNum(Long TotalNum)
Set 总数量。
|
void |
setTotalPage(Long TotalPage)
Set 总页数。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeStreamLinkFlowLogsResponse()
public DescribeStreamLinkFlowLogsResponse(DescribeStreamLinkFlowLogsResponse source)
public FlowLogInfo[] getInfos()
public void setInfos(FlowLogInfo[] Infos)
Infos
- 日志信息列表。public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- 当前页码。public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页大小。public Long getTotalNum()
public void setTotalNum(Long TotalNum)
TotalNum
- 总数量。public Long getTotalPage()
public void setTotalPage(Long TotalPage)
TotalPage
- 总页数。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.