public class Comment extends AbstractModel
Constructor and Description |
---|
Comment() |
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.
|
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, toJsonString
public Comment()
public Comment(Comment source)
public 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 © 2022. All rights reserved.