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