public class CommentInfo extends AbstractModel
| Constructor and Description |
|---|
CommentInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Get 用户评论内容
|
String |
getDate()
Get 评论的时间
|
void |
setComment(String Comment)
Set 用户评论内容
|
void |
setDate(String Date)
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 getComment()
public void setComment(String Comment)
Comment - 用户评论内容public String getDate()
public void setDate(String Date)
Date - 评论的时间Copyright © 2020. All rights reserved.