public class KnowledgeDetail extends AlipayObject
| 构造器和说明 |
|---|
KnowledgeDetail() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AttachmentDetailInfo> |
getAttachments() |
String |
getContent() |
Long |
getKnowledgeId() |
Long |
getLibraryId() |
String |
getTitle() |
void |
setAttachments(List<AttachmentDetailInfo> attachments) |
void |
setContent(String content) |
void |
setKnowledgeId(Long knowledgeId) |
void |
setLibraryId(Long libraryId) |
void |
setTitle(String title) |
public List<AttachmentDetailInfo> getAttachments()
public void setAttachments(List<AttachmentDetailInfo> attachments)
public String getContent()
public void setContent(String content)
public Long getKnowledgeId()
public void setKnowledgeId(Long knowledgeId)
public Long getLibraryId()
public void setLibraryId(Long libraryId)
public String getTitle()
public void setTitle(String title)
Copyright © 2024. All rights reserved.