public class UpdateLiveFeedRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
coverUrl
example:
http:xxx.png
|
String |
introduction
example:
简介
|
Long |
startTime
example:
1617436058000
|
String |
title
example:
标题
|
String |
userId
This parameter is required.
|
| 构造器和说明 |
|---|
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
http:xxx.png
@NameInMap(value="introduction") public String introduction
简介
@NameInMap(value="startTime") public Long startTime
1617436058000
@NameInMap(value="title") public String title
标题
@NameInMap(value="userId") public String userId
This parameter is required.
example:1206186351746728
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 © 2025. All rights reserved.