public class DescribeLiveForbidStreamListResponse extends AbstractModel
header, skipSign
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)。定位问题时需要提供该次请求的 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)。定位问题时需要提供该次请求的 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.