Class CommentInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tbm.v20180129.models.CommentInfo
-
public class CommentInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()Get 用户评论内容StringgetDate()Get 评论的时间voidsetComment(String Comment)Set 用户评论内容voidsetDate(String Date)Set 评论的时间voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CommentInfo
public CommentInfo()
-
CommentInfo
public 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.
-
-
Method Detail
-
getComment
public String getComment()
Get 用户评论内容- Returns:
- Comment 用户评论内容
-
setComment
public void setComment(String Comment)
Set 用户评论内容- Parameters:
Comment- 用户评论内容
-
getDate
public String getDate()
Get 评论的时间- Returns:
- Date 评论的时间
-
setDate
public void setDate(String Date)
Set 评论的时间- Parameters:
Date- 评论的时间
-
-