Class BlogResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.kbase.blog.BlogResponse
All Implemented Interfaces:
Serializable

public class BlogResponse extends BaseResponse
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
    • description

      private String description
    • type

      private String type
    • coverImageUrl

      private String coverImageUrl
    • contentMarkdown

      private String contentMarkdown
    • contentHtml

      private String contentHtml
    • 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
    • categoryUid

      private String categoryUid
    • kbUid

      private String kbUid
  • Constructor Details

    • BlogResponse

      public BlogResponse()