Class BlogRequest

java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.kbase.blog.BlogRequest
All Implemented Interfaces:
PageableRequest, Serializable

public class BlogRequest extends BaseRequest
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
    • description

      private String description
    • coverImageUrl

      private String coverImageUrl
    • contentMarkdown

      private String contentMarkdown
    • contentHtml

      private String contentHtml
    • type

      private String type
    • categoryUid

      private String categoryUid
    • kbUid

      private String kbUid
    • tagList

      private List<String> tagList
    • top

      private Boolean top
    • published

      private Boolean published
    • readCount

      private Integer readCount
    • likeCount

      private Integer likeCount
    • editor

      private String editor
  • Constructor Details

    • BlogRequest

      public BlogRequest()