public static class PageFeedResponseBody.PageFeedResponseBodyFeedList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
feedCategory
This parameter is required.
|
String |
feedId
This parameter is required.
|
Integer |
feedType
This parameter is required.
|
String |
name
This parameter is required.
|
String |
thumbUrl
This parameter is required.
|
String |
url
This parameter is required.
|
| 构造器和说明 |
|---|
PageFeedResponseBodyFeedList() |
@NameInMap(value="feedCategory") public String feedCategory
This parameter is required.
example:200000257
@NameInMap(value="feedId") public String feedId
This parameter is required.
example:3d******-1cd2--ba1d-8**3c6dc
@NameInMap(value="feedType") public Integer feedType
This parameter is required.
example:4
@NameInMap(value="name") public String name
This parameter is required.
example:名称
@NameInMap(value="thumbUrl") public String thumbUrl
This parameter is required.
example:https://static.dingtalk.com/media/**************NAlg_600_337.jpg
@NameInMap(value="url") public String url
public static PageFeedResponseBody.PageFeedResponseBodyFeedList build(Map<String,?> map) throws Exception
Exceptionpublic PageFeedResponseBody.PageFeedResponseBodyFeedList setFeedCategory(String feedCategory)
public String getFeedCategory()
public PageFeedResponseBody.PageFeedResponseBodyFeedList setFeedId(String feedId)
public String getFeedId()
public PageFeedResponseBody.PageFeedResponseBodyFeedList setFeedType(Integer feedType)
public Integer getFeedType()
public PageFeedResponseBody.PageFeedResponseBodyFeedList setName(String name)
public String getName()
public PageFeedResponseBody.PageFeedResponseBodyFeedList setThumbUrl(String thumbUrl)
public String getThumbUrl()
public PageFeedResponseBody.PageFeedResponseBodyFeedList setUrl(String url)
public String getUrl()
Copyright © 2025. All rights reserved.