Class CommentResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.kbase.comment.CommentResponse
All Implemented Interfaces:
Serializable

public class CommentResponse extends BaseResponse
See Also:
  • Field Details

    • content

      private String content
    • type

      private String type
    • level

      private String level
    • platform

      private String platform
    • replyToUid

      private String replyToUid
    • replyToContent

      private String replyToContent
    • replyToUser

      private String replyToUser
    • articleUid

      private String articleUid
    • user

      private String user
  • Constructor Details

    • CommentResponse

      public CommentResponse()