类 ProductReplayCountVo

java.lang.Object
com.ishop.model.vo.ProductReplayCountVo
所有已实现的接口:
Serializable

public class ProductReplayCountVo extends Object implements Serializable
商品评价数量和好评度响应对象
另请参阅:
  • 构造器详细资料

    • ProductReplayCountVo

      public ProductReplayCountVo()
    • ProductReplayCountVo

      public ProductReplayCountVo(Integer sumCount, Integer goodCount, Integer inCount, Integer poorCount, String replyChance, Integer replyStar)
  • 方法详细资料

    • getSumCount

      public Integer getSumCount()
    • setSumCount

      public void setSumCount(Integer sumCount)
    • getGoodCount

      public Integer getGoodCount()
    • setGoodCount

      public void setGoodCount(Integer goodCount)
    • getInCount

      public Integer getInCount()
    • setInCount

      public void setInCount(Integer inCount)
    • getPoorCount

      public Integer getPoorCount()
    • setPoorCount

      public void setPoorCount(Integer poorCount)
    • getReplyChance

      public String getReplyChance()
    • setReplyChance

      public void setReplyChance(String replyChance)
    • getReplyStar

      public Integer getReplyStar()
    • setReplyStar

      public void setReplyStar(Integer replyStar)