public class Comment extends AbstractModel
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDate()
Get 评论的日期
|
Long |
getNegCommentCount()
Get 差评的个数
|
Long |
getPosCommentCount()
Get 好评的个数
|
void |
setDate(String Date)
Set 评论的日期
|
void |
setNegCommentCount(Long NegCommentCount)
Set 差评的个数
|
void |
setPosCommentCount(Long 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 Long getNegCommentCount()
public void setNegCommentCount(Long NegCommentCount)
NegCommentCount - 差评的个数public Long getPosCommentCount()
public void setPosCommentCount(Long PosCommentCount)
PosCommentCount - 好评的个数Copyright © 2020. All rights reserved.