public static class CreateFeedRequest.CreateFeedRequestFeedInfo
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
actionType
This parameter is required.
|
Integer |
belongsTo
This parameter is required.
|
Long |
feedCategory
This parameter is required.
|
String |
feedId
example:
c497****-8a89-****-bc9b-*****48610d3
|
String |
feedTag
example:
标签
|
Integer |
feedType
This parameter is required.
|
Long |
industryId
example:
10001
|
String |
introduction
This parameter is required.
|
String |
introductionPicUrl
|
String |
mcnId
This parameter is required.
|
List<CreateFeedRequest.CreateFeedRequestFeedInfoMediaContents> |
mediaContents
This parameter is required.
|
List<CreateFeedRequest.CreateFeedRequestFeedInfoRecommends> |
recommends |
String |
thumbUrl
This parameter is required.
|
String |
title
This parameter is required.
|
构造器和说明 |
---|
CreateFeedRequestFeedInfo() |
@NameInMap(value="actionType") public Integer actionType
This parameter is required.
example:2
@NameInMap(value="belongsTo") public Integer belongsTo
This parameter is required.
example:1
@NameInMap(value="feedCategory") public Long feedCategory
This parameter is required.
example:200000257
@NameInMap(value="feedId") public String feedId
c497****-8a89-****-bc9b-*****48610d3
@NameInMap(value="feedTag") public String feedTag
标签
@NameInMap(value="feedType") public Integer feedType
This parameter is required.
example:4
@NameInMap(value="industryId") public Long industryId
10001
@NameInMap(value="introduction") public String introduction
This parameter is required.
example:描述
@NameInMap(value="introductionPicUrl") public String introductionPicUrl
@NameInMap(value="mcnId") public String mcnId
This parameter is required.
example:50730********40554
@NameInMap(value="mediaContents") public List<CreateFeedRequest.CreateFeedRequestFeedInfoMediaContents> mediaContents
This parameter is required.
@NameInMap(value="recommends") public List<CreateFeedRequest.CreateFeedRequestFeedInfoRecommends> recommends
@NameInMap(value="thumbUrl") public String thumbUrl
This parameter is required.
example:https://static.dingtalk.com/media/**************NAlg_600_337.jpg
@NameInMap(value="title") public String title
This parameter is required.
example:课程标题
public static CreateFeedRequest.CreateFeedRequestFeedInfo build(Map<String,?> map) throws Exception
Exception
public CreateFeedRequest.CreateFeedRequestFeedInfo setActionType(Integer actionType)
public Integer getActionType()
public CreateFeedRequest.CreateFeedRequestFeedInfo setBelongsTo(Integer belongsTo)
public Integer getBelongsTo()
public CreateFeedRequest.CreateFeedRequestFeedInfo setFeedCategory(Long feedCategory)
public Long getFeedCategory()
public CreateFeedRequest.CreateFeedRequestFeedInfo setFeedId(String feedId)
public String getFeedId()
public CreateFeedRequest.CreateFeedRequestFeedInfo setFeedTag(String feedTag)
public String getFeedTag()
public CreateFeedRequest.CreateFeedRequestFeedInfo setFeedType(Integer feedType)
public Integer getFeedType()
public CreateFeedRequest.CreateFeedRequestFeedInfo setIndustryId(Long industryId)
public Long getIndustryId()
public CreateFeedRequest.CreateFeedRequestFeedInfo setIntroduction(String introduction)
public String getIntroduction()
public CreateFeedRequest.CreateFeedRequestFeedInfo setIntroductionPicUrl(String introductionPicUrl)
public String getIntroductionPicUrl()
public CreateFeedRequest.CreateFeedRequestFeedInfo setMcnId(String mcnId)
public String getMcnId()
public CreateFeedRequest.CreateFeedRequestFeedInfo setMediaContents(List<CreateFeedRequest.CreateFeedRequestFeedInfoMediaContents> mediaContents)
public List<CreateFeedRequest.CreateFeedRequestFeedInfoMediaContents> getMediaContents()
public CreateFeedRequest.CreateFeedRequestFeedInfo setRecommends(List<CreateFeedRequest.CreateFeedRequestFeedInfoRecommends> recommends)
public List<CreateFeedRequest.CreateFeedRequestFeedInfoRecommends> getRecommends()
public CreateFeedRequest.CreateFeedRequestFeedInfo setThumbUrl(String thumbUrl)
public String getThumbUrl()
public CreateFeedRequest.CreateFeedRequestFeedInfo setTitle(String title)
public String getTitle()
Copyright © 2024. All rights reserved.