public static class OapiBlackboardGetResponse.OapiBlackboardVo extends TaobaoObject
| 构造器和说明 |
|---|
OapiBlackboardVo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthor() |
String |
getCategoryId() |
String |
getContent() |
String |
getCoverpicUrl() |
List<String> |
getDepnameList() |
Date |
getGmtCreate() |
Date |
getGmtModified() |
String |
getId() |
Long |
getPrivateLevel() |
Long |
getReadCount() |
String |
getTitle() |
Long |
getUnreadCount() |
List<String> |
getUsernameList() |
void |
setAuthor(String author) |
void |
setCategoryId(String categoryId) |
void |
setContent(String content) |
void |
setCoverpicUrl(String coverpicUrl) |
void |
setDepnameList(List<String> depnameList) |
void |
setGmtCreate(Date gmtCreate) |
void |
setGmtModified(Date gmtModified) |
void |
setId(String id) |
void |
setPrivateLevel(Long privateLevel) |
void |
setReadCount(Long readCount) |
void |
setTitle(String title) |
void |
setUnreadCount(Long unreadCount) |
void |
setUsernameList(List<String> usernameList) |
public String getAuthor()
public void setAuthor(String author)
public String getCategoryId()
public void setCategoryId(String categoryId)
public String getContent()
public void setContent(String content)
public String getCoverpicUrl()
public void setCoverpicUrl(String coverpicUrl)
public Date getGmtCreate()
public void setGmtCreate(Date gmtCreate)
public Date getGmtModified()
public void setGmtModified(Date gmtModified)
public String getId()
public void setId(String id)
public Long getPrivateLevel()
public void setPrivateLevel(Long privateLevel)
public Long getReadCount()
public void setReadCount(Long readCount)
public String getTitle()
public void setTitle(String title)
public Long getUnreadCount()
public void setUnreadCount(Long unreadCount)
Copyright © 2020. All rights reserved.