Class ArticleResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.kbase.article.ArticleResponse
All Implemented Interfaces:
Serializable

public class ArticleResponse extends BaseResponse
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • title

      private String title
    • summary

      private String summary
    • contentMarkdown

      private String contentMarkdown
    • contentHtml

      private String contentHtml
    • coverImageUrl

      private String coverImageUrl
    • type

      private String type
    • tagList

      private List<String> tagList
    • startDate

      private ZonedDateTime startDate
    • endDate

      private ZonedDateTime endDate
    • top

      private Boolean top
    • published

      private Boolean published
    • readCount

      private Integer readCount
    • likeCount

      private Integer likeCount
    • 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
    • user

      private UserProtobuf user
    • elasticStatus

      private String elasticStatus
    • vectorStatus

      private String vectorStatus
  • Constructor Details

    • ArticleResponse

      public ArticleResponse()
  • Method Details

    • getStartDate

      public String getStartDate()
    • getEndDate

      public String getEndDate()