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="userId") public String userId
@NameInMap(value="startTime") public Long startTime
@NameInMap(value="coverUrl") public String coverUrl
@NameInMap(value="title") public String title
@NameInMap(value="introduction") public String introduction
public static UpdateLiveFeedRequest build(Map<String,?> map) throws Exception
Exception
public UpdateLiveFeedRequest setUserId(String userId)
public String getUserId()
public UpdateLiveFeedRequest setStartTime(Long startTime)
public Long getStartTime()
public UpdateLiveFeedRequest setCoverUrl(String coverUrl)
public String getCoverUrl()
public UpdateLiveFeedRequest setTitle(String title)
public String getTitle()
public UpdateLiveFeedRequest setIntroduction(String introduction)
public String getIntroduction()
Copyright © 2021. All rights reserved.