Class Comment
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tbm.v20180129.models.Comment
-
public class Comment extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDate()Get 评论的日期LonggetNegCommentCount()Get 差评的个数LonggetPosCommentCount()Get 好评的个数voidsetDate(String Date)Set 评论的日期voidsetNegCommentCount(Long NegCommentCount)Set 差评的个数voidsetPosCommentCount(Long PosCommentCount)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
-
Comment
public Comment()
-
Comment
public 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.
-
-
Method Detail
-
getDate
public String getDate()
Get 评论的日期- Returns:
- Date 评论的日期
-
setDate
public void setDate(String Date)
Set 评论的日期- Parameters:
Date- 评论的日期
-
getNegCommentCount
public Long getNegCommentCount()
Get 差评的个数- Returns:
- NegCommentCount 差评的个数
-
setNegCommentCount
public void setNegCommentCount(Long NegCommentCount)
Set 差评的个数- Parameters:
NegCommentCount- 差评的个数
-
getPosCommentCount
public Long getPosCommentCount()
Get 好评的个数- Returns:
- PosCommentCount 好评的个数
-
setPosCommentCount
public void setPosCommentCount(Long PosCommentCount)
Set 好评的个数- Parameters:
PosCommentCount- 好评的个数
-
-