public class DescribeLiveStreamPublishedListResponse extends AbstractModel
Constructor and Description |
---|
DescribeLiveStreamPublishedListResponse() |
DescribeLiveStreamPublishedListResponse(DescribeLiveStreamPublishedListResponse 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 |
---|---|
Long |
getPageNum()
Get 分页的页码。
|
Long |
getPageSize()
Get 每页大小
|
StreamName[] |
getPublishInfo()
Get 推流记录信息。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getTotalNum()
Get 符合条件的总个数。
|
Long |
getTotalPage()
Get 总页数。
|
void |
setPageNum(Long PageNum)
Set 分页的页码。
|
void |
setPageSize(Long PageSize)
Set 每页大小
|
void |
setPublishInfo(StreamName[] PublishInfo)
Set 推流记录信息。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeLiveStreamPublishedListResponse()
public DescribeLiveStreamPublishedListResponse(DescribeLiveStreamPublishedListResponse source)
public StreamName[] getPublishInfo()
public void setPublishInfo(StreamName[] PublishInfo)
PublishInfo
- 推流记录信息。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。Copyright © 2021. All rights reserved.