public class Comment extends AbstractModel
Constructor and Description |
---|
Comment() |
Modifier and Type | Method and Description |
---|---|
String |
getDate()
获取评论的日期
|
Integer |
getNegCommentCount()
获取差评的个数
|
Integer |
getPosCommentCount()
获取好评的个数
|
void |
setDate(String Date)
设置评论的日期
|
void |
setNegCommentCount(Integer NegCommentCount)
设置差评的个数
|
void |
setPosCommentCount(Integer PosCommentCount)
设置好评的个数
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
fromJsonString, getBinaryParams, getMultipartRequestParams, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getDate()
public void setDate(String Date)
Date
- 评论的日期public Integer getNegCommentCount()
public void setNegCommentCount(Integer NegCommentCount)
NegCommentCount
- 差评的个数public Integer getPosCommentCount()
public void setPosCommentCount(Integer PosCommentCount)
PosCommentCount
- 好评的个数Copyright © 2019. All rights reserved.