public class CreateCloudFeedRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
coverUrl
|
String |
intro
example:
这是一场云导播课程
|
Long |
startTime
This parameter is required.
|
String |
title
This parameter is required.
|
String |
userId
This parameter is required.
|
String |
videoUrl
This parameter is required.
|
| 构造器和说明 |
|---|
CreateCloudFeedRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateCloudFeedRequest |
build(Map<String,?> map) |
String |
getCoverUrl() |
String |
getIntro() |
Long |
getStartTime() |
String |
getTitle() |
String |
getUserId() |
String |
getVideoUrl() |
CreateCloudFeedRequest |
setCoverUrl(String coverUrl) |
CreateCloudFeedRequest |
setIntro(String intro) |
CreateCloudFeedRequest |
setStartTime(Long startTime) |
CreateCloudFeedRequest |
setTitle(String title) |
CreateCloudFeedRequest |
setUserId(String userId) |
CreateCloudFeedRequest |
setVideoUrl(String videoUrl) |
@NameInMap(value="coverUrl") public String coverUrl
@NameInMap(value="intro") public String intro
这是一场云导播课程
@NameInMap(value="startTime") public Long startTime
This parameter is required.
example:1615260061000
@NameInMap(value="title") public String title
This parameter is required.
example:课程一
@NameInMap(value="userId") public String userId
This parameter is required.
example:214675
@NameInMap(value="videoUrl") public String videoUrl
This parameter is required.
example:http/https:/xxx.mp4
public static CreateCloudFeedRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateCloudFeedRequest setCoverUrl(String coverUrl)
public String getCoverUrl()
public CreateCloudFeedRequest setIntro(String intro)
public String getIntro()
public CreateCloudFeedRequest setStartTime(Long startTime)
public Long getStartTime()
public CreateCloudFeedRequest setTitle(String title)
public String getTitle()
public CreateCloudFeedRequest setUserId(String userId)
public String getUserId()
public CreateCloudFeedRequest setVideoUrl(String videoUrl)
public String getVideoUrl()
Copyright © 2025. All rights reserved.