public class PutLiveChannelResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResult |
static class |
PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResultPlayUrls |
static class |
PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResultPublishUrls |
| 限定符和类型 | 字段和说明 |
|---|---|
PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResult |
createLiveChannelResult |
String |
requestId |
| 构造器和说明 |
|---|
PutLiveChannelResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PutLiveChannelResponse |
build(Map<String,?> map) |
PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResult |
getCreateLiveChannelResult() |
String |
getRequestId() |
PutLiveChannelResponse |
setCreateLiveChannelResult(PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResult createLiveChannelResult) |
PutLiveChannelResponse |
setRequestId(String requestId) |
@NameInMap(value="x-oss-request-id") @Validation(required=true) public String requestId
@NameInMap(value="CreateLiveChannelResult") @Validation(required=true) public PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResult createLiveChannelResult
public static PutLiveChannelResponse build(Map<String,?> map)
public PutLiveChannelResponse setRequestId(String requestId)
public String getRequestId()
public PutLiveChannelResponse setCreateLiveChannelResult(PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResult createLiveChannelResult)
public PutLiveChannelResponse.PutLiveChannelResponseCreateLiveChannelResult getCreateLiveChannelResult()
Copyright © 2020. All rights reserved.