Class CommentInfo

    • Constructor Detail

      • CommentInfo

        public CommentInfo()
      • CommentInfo

        public CommentInfo​(CommentInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getComment

        public String getComment()
        Get 用户评论内容
        Returns:
        Comment 用户评论内容
      • setComment

        public void setComment​(String Comment)
        Set 用户评论内容
        Parameters:
        Comment - 用户评论内容
      • getDate

        public String getDate()
        Get 评论的时间
        Returns:
        Date 评论的时间
      • setDate

        public void setDate​(String Date)
        Set 评论的时间
        Parameters:
        Date - 评论的时间