类 CommentsResponse

java.lang.Object
com.github.shuaidd.response.AbstractBaseResponse
com.github.shuaidd.response.externalcontact.CommentsResponse

public class CommentsResponse extends AbstractBaseResponse
描述
作者:
ddshuai date 2021-01-06 21:28
  • 字段详细资料

  • 构造器详细资料

    • CommentsResponse

      public CommentsResponse()
  • 方法详细资料

    • getCommentList

      public List<Comment> getCommentList()
    • setCommentList

      public void setCommentList(List<Comment> commentList)
    • getLikeList

      public List<Comment> getLikeList()
    • setLikeList

      public void setLikeList(List<Comment> likeList)