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