public static class PutLiveChannelRequest.PutLiveChannelRequestBodyLiveChannelConfigurationSnapshot
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
destBucket |
String |
interval |
String |
notifyTopic |
String |
roleName |
| 构造器和说明 |
|---|
PutLiveChannelRequestBodyLiveChannelConfigurationSnapshot() |
@NameInMap(value="RoleName") public String roleName
@NameInMap(value="DestBucket") public String destBucket
@NameInMap(value="NotifyTopic") public String notifyTopic
@NameInMap(value="Interval") public String interval
public PutLiveChannelRequestBodyLiveChannelConfigurationSnapshot()
public static PutLiveChannelRequest.PutLiveChannelRequestBodyLiveChannelConfigurationSnapshot build(Map<String,?> map)
public PutLiveChannelRequest.PutLiveChannelRequestBodyLiveChannelConfigurationSnapshot setRoleName(String roleName)
public String getRoleName()
public PutLiveChannelRequest.PutLiveChannelRequestBodyLiveChannelConfigurationSnapshot setDestBucket(String destBucket)
public String getDestBucket()
public PutLiveChannelRequest.PutLiveChannelRequestBodyLiveChannelConfigurationSnapshot setNotifyTopic(String notifyTopic)
public String getNotifyTopic()
public PutLiveChannelRequest.PutLiveChannelRequestBodyLiveChannelConfigurationSnapshot setInterval(String interval)
public String getInterval()
Copyright © 2020. All rights reserved.