public class DescribeBrandPosCommentsResponse extends AbstractModel
构造器和说明 |
---|
DescribeBrandPosCommentsResponse() |
限定符和类型 | 方法和说明 |
---|---|
CommentInfo[] |
getBrandCommentSet()
获取评论列表
|
String |
getRequestId()
获取唯一请求 ID,每次请求都会返回。
|
Integer |
getTotalComments()
获取总的好评个数
|
void |
setBrandCommentSet(CommentInfo[] BrandCommentSet)
设置评论列表
|
void |
setRequestId(String RequestId)
设置唯一请求 ID,每次请求都会返回。
|
void |
setTotalComments(Integer TotalComments)
设置总的好评个数
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CommentInfo[] getBrandCommentSet()
public void setBrandCommentSet(CommentInfo[] BrandCommentSet)
BrandCommentSet
- 评论列表public Integer getTotalComments()
public void setTotalComments(Integer TotalComments)
TotalComments
- 总的好评个数public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2019. All rights reserved.