Class ThreadSummaryResponse

java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.service.thread_summary.ThreadSummaryResponse
All Implemented Interfaces:
Serializable

public class ThreadSummaryResponse extends BaseResponse
See Also:
  • Field Details

    • title

      private String title
    • content

      private String content
    • solution

      private String solution
    • tagList

      private List<String> tagList
    • status

      private String status
    • categoryUid

      private String categoryUid
    • threadUid

      private String threadUid
    • topic

      private String topic
  • Constructor Details

    • ThreadSummaryResponse

      public ThreadSummaryResponse()