Class ArticleRequest

java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.kbase.article.ArticleRequest
All Implemented Interfaces:
Serializable

public class ArticleRequest extends BaseRequest
See Also:
  • Field Details

    • title

      private String title
    • summary

      private String summary
    • contentMarkdown

      private String contentMarkdown
    • contentHtml

      private String contentHtml
    • content

      private String content
    • tagList

      private List<String> tagList
    • startDate

      private LocalDateTime startDate
    • endDate

      private LocalDateTime endDate
    • top

      private Boolean top
    • published

      private Boolean published
    • markdown

      private Boolean markdown
    • readCount

      private Integer readCount
    • likeCount

      private Integer likeCount
    • status

      private String status
    • editor

      private String editor
    • needAudit

      private Boolean needAudit
    • auditStatus

      private String auditStatus
    • auditOpinion

      private String auditOpinion
    • auditUser

      private String auditUser
    • categoryUid

      private String categoryUid
    • kbUid

      private String kbUid
    • userUid

      private String userUid
  • Constructor Details

    • ArticleRequest

      public ArticleRequest()