public static class OapiEduCirclePostListResponse.Posts extends TaobaoObject
| Constructor and Description |
|---|
Posts() |
| Modifier and Type | Method and Description |
|---|---|
OapiEduCirclePostListResponse.Author |
getAuthor() |
String |
getBizId() |
List<OapiEduCirclePostListResponse.Comments> |
getComments() |
OapiEduCirclePostListResponse.Content |
getContent() |
Long |
getCreateAt() |
Long |
getFeedType() |
Long |
getPostId() |
Long |
getStatus() |
String |
getTags() |
void |
setAuthor(OapiEduCirclePostListResponse.Author author) |
void |
setBizId(String bizId) |
void |
setComments(List<OapiEduCirclePostListResponse.Comments> comments) |
void |
setContent(OapiEduCirclePostListResponse.Content content) |
void |
setCreateAt(Long createAt) |
void |
setFeedType(Long feedType) |
void |
setPostId(Long postId) |
void |
setStatus(Long status) |
void |
setTags(String tags) |
public OapiEduCirclePostListResponse.Author getAuthor()
public void setAuthor(OapiEduCirclePostListResponse.Author author)
public String getBizId()
public void setBizId(String bizId)
public List<OapiEduCirclePostListResponse.Comments> getComments()
public void setComments(List<OapiEduCirclePostListResponse.Comments> comments)
public OapiEduCirclePostListResponse.Content getContent()
public void setContent(OapiEduCirclePostListResponse.Content content)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getFeedType()
public void setFeedType(Long feedType)
public Long getPostId()
public void setPostId(Long postId)
public Long getStatus()
public void setStatus(Long status)
public String getTags()
public void setTags(String tags)
Copyright © 2021. All rights reserved.