Uses of Class
com.tencentcloudapi.tbm.v20180129.models.CommentInfo
-
Packages that use CommentInfo Package Description com.tencentcloudapi.tbm.v20180129.models -
-
Uses of CommentInfo in com.tencentcloudapi.tbm.v20180129.models
Methods in com.tencentcloudapi.tbm.v20180129.models that return CommentInfo Modifier and Type Method Description CommentInfo[]DescribeBrandNegCommentsResponse. getBrandCommentSet()Get 评论列表CommentInfo[]DescribeBrandPosCommentsResponse. getBrandCommentSet()Get 评论列表Methods in com.tencentcloudapi.tbm.v20180129.models with parameters of type CommentInfo Modifier and Type Method Description voidDescribeBrandNegCommentsResponse. setBrandCommentSet(CommentInfo[] BrandCommentSet)Set 评论列表voidDescribeBrandPosCommentsResponse. setBrandCommentSet(CommentInfo[] BrandCommentSet)Set 评论列表Constructors in com.tencentcloudapi.tbm.v20180129.models with parameters of type CommentInfo Constructor Description 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.
-