Class Comment

    • Constructor Detail

      • Comment

        public Comment()
      • Comment

        public Comment​(Comment 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

      • getDate

        public String getDate()
        Get 评论的日期
        Returns:
        Date 评论的日期
      • setDate

        public void setDate​(String Date)
        Set 评论的日期
        Parameters:
        Date - 评论的日期
      • getNegCommentCount

        public Long getNegCommentCount()
        Get 差评的个数
        Returns:
        NegCommentCount 差评的个数
      • setNegCommentCount

        public void setNegCommentCount​(Long NegCommentCount)
        Set 差评的个数
        Parameters:
        NegCommentCount - 差评的个数
      • getPosCommentCount

        public Long getPosCommentCount()
        Get 好评的个数
        Returns:
        PosCommentCount 好评的个数
      • setPosCommentCount

        public void setPosCommentCount​(Long PosCommentCount)
        Set 好评的个数
        Parameters:
        PosCommentCount - 好评的个数