public class DescribeCasterStreamUrlResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeCasterStreamUrlResponse.CasterStream |
| Constructor and Description |
|---|
DescribeCasterStreamUrlResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCasterId() |
List<DescribeCasterStreamUrlResponse.CasterStream> |
getCasterStreams() |
DescribeCasterStreamUrlResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getRequestId() |
Integer |
getTotal() |
void |
setCasterId(String casterId) |
void |
setCasterStreams(List<DescribeCasterStreamUrlResponse.CasterStream> casterStreams) |
void |
setRequestId(String requestId) |
void |
setTotal(Integer total) |
public String getRequestId()
public void setRequestId(String requestId)
public String getCasterId()
public void setCasterId(String casterId)
public Integer getTotal()
public void setTotal(Integer total)
public List<DescribeCasterStreamUrlResponse.CasterStream> getCasterStreams()
public void setCasterStreams(List<DescribeCasterStreamUrlResponse.CasterStream> casterStreams)
public DescribeCasterStreamUrlResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.