public class UpdateLiveFeedRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
UpdateLiveFeedRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateLiveFeedRequest |
build(Map<String,?> map) |
String |
getCoverUrl() |
String |
getIntroduction() |
Long |
getStartTime() |
String |
getTitle() |
String |
getUserId() |
UpdateLiveFeedRequest |
setCoverUrl(String coverUrl) |
UpdateLiveFeedRequest |
setIntroduction(String introduction) |
UpdateLiveFeedRequest |
setStartTime(Long startTime) |
UpdateLiveFeedRequest |
setTitle(String title) |
UpdateLiveFeedRequest |
setUserId(String userId) |
@NameInMap(value="coverUrl") public String coverUrl
@NameInMap(value="introduction") public String introduction
@NameInMap(value="startTime") public Long startTime
@NameInMap(value="title") public String title
@NameInMap(value="userId") public String userId
public static UpdateLiveFeedRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateLiveFeedRequest setCoverUrl(String coverUrl)
public String getCoverUrl()
public UpdateLiveFeedRequest setIntroduction(String introduction)
public String getIntroduction()
public UpdateLiveFeedRequest setStartTime(Long startTime)
public Long getStartTime()
public UpdateLiveFeedRequest setTitle(String title)
public String getTitle()
public UpdateLiveFeedRequest setUserId(String userId)
public String getUserId()
Copyright © 2022. All rights reserved.