public static class DescribeLiveStreamCountResponse.StreamCountInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeLiveStreamCountResponse.StreamCountInfo.StreamCountDetail |
| Constructor and Description |
|---|
DescribeLiveStreamCountResponse.StreamCountInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCount() |
Long |
getLimit() |
List<DescribeLiveStreamCountResponse.StreamCountInfo.StreamCountDetail> |
getStreamCountDetails() |
String |
getType() |
void |
setCount(Long count) |
void |
setLimit(Long limit) |
void |
setStreamCountDetails(List<DescribeLiveStreamCountResponse.StreamCountInfo.StreamCountDetail> streamCountDetails) |
void |
setType(String type) |
public DescribeLiveStreamCountResponse.StreamCountInfo()
public Long getCount()
public void setCount(Long count)
public Long getLimit()
public void setLimit(Long limit)
public String getType()
public void setType(String type)
public List<DescribeLiveStreamCountResponse.StreamCountInfo.StreamCountDetail> getStreamCountDetails()
public void setStreamCountDetails(List<DescribeLiveStreamCountResponse.StreamCountInfo.StreamCountDetail> streamCountDetails)
Copyright © 2018. All Rights Reserved.