public class DescribeLiveForbidStreamListResponse extends AbstractModel
Constructor and Description |
---|
DescribeLiveForbidStreamListResponse() |
DescribeLiveForbidStreamListResponse(DescribeLiveForbidStreamListResponse 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 |
---|---|
ForbidStreamInfo[] |
getForbidStreamList()
Get 禁推流列表。
|
Long |
getPageNum()
Get 分页的页码。
|
Long |
getPageSize()
Get 每页显示的条数。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getTotalNum()
Get 符合条件的总个数。
|
Long |
getTotalPage()
Get 总页数。
|
void |
setForbidStreamList(ForbidStreamInfo[] ForbidStreamList)
Set 禁推流列表。
|
void |
setPageNum(Long PageNum)
Set 分页的页码。
|
void |
setPageSize(Long PageSize)
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 DescribeLiveForbidStreamListResponse()
public DescribeLiveForbidStreamListResponse(DescribeLiveForbidStreamListResponse source)
public Long getTotalNum()
public void setTotalNum(Long TotalNum)
TotalNum
- 符合条件的总个数。public Long getTotalPage()
public void setTotalPage(Long TotalPage)
TotalPage
- 总页数。public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- 分页的页码。public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页显示的条数。public ForbidStreamInfo[] getForbidStreamList()
public void setForbidStreamList(ForbidStreamInfo[] ForbidStreamList)
ForbidStreamList
- 禁推流列表。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.