public class CreateCloudFeedRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
coverUrl |
String |
intro |
Long |
startTime |
String |
title |
String |
userId |
String |
videoUrl |
| 构造器和说明 |
|---|
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
@NameInMap(value="title") public String title
@NameInMap(value="userId") public String userId
@NameInMap(value="videoUrl") public String videoUrl
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 © 2022. All rights reserved.