public class CommentInfo extends AbstractModel
Constructor and Description |
---|
CommentInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
获取用户评论内容
|
String |
getDate()
获取评论的时间
|
void |
setComment(String Comment)
设置用户评论内容
|
void |
setDate(String Date)
设置评论的时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getComment()
public void setComment(String Comment)
Comment
- 用户评论内容public String getDate()
public void setDate(String Date)
Date
- 评论的时间Copyright © 2019. All rights reserved.