public class Comment extends AbstractModel
| 构造器和说明 |
|---|
Comment() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDate()
Get 评论的日期
|
Integer |
getNegCommentCount()
Get 差评的个数
|
Integer |
getPosCommentCount()
Get 好评的个数
|
void |
setDate(String Date)
Set 评论的日期
|
void |
setNegCommentCount(Integer NegCommentCount)
Set 差评的个数
|
void |
setPosCommentCount(Integer PosCommentCount)
Set 好评的个数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic 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 © 2020. All rights reserved.