public static class PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResultPlayUrls |
playUrls |
PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResultPublishUrls |
publishUrls |
| 构造器和说明 |
|---|
PutLiveChannelResponseCreateLiveChannelResult() |
@NameInMap(value="PublishUrls") @Validation(required=true) public PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResultPublishUrls publishUrls
@NameInMap(value="PlayUrls") @Validation(required=true) public PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResultPlayUrls playUrls
public PutLiveChannelResponseCreateLiveChannelResult()
public static PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResult build(Map<String,?> map)
public PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResult setPublishUrls(PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResultPublishUrls publishUrls)
public PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResultPublishUrls getPublishUrls()
public PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResult setPlayUrls(PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResultPlayUrls playUrls)
public PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResultPlayUrls getPlayUrls()
Copyright © 2020. All rights reserved.