public class AddCommentRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AddCommentRequest.AddCommentRequestOption |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
commentContent
This parameter is required.
|
String |
commentType
This parameter is required.
|
String |
operatorId
This parameter is required.
|
AddCommentRequest.AddCommentRequestOption |
option |
| 构造器和说明 |
|---|
AddCommentRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AddCommentRequest |
build(Map<String,?> map) |
String |
getCommentContent() |
String |
getCommentType() |
String |
getOperatorId() |
AddCommentRequest.AddCommentRequestOption |
getOption() |
AddCommentRequest |
setCommentContent(String commentContent) |
AddCommentRequest |
setCommentType(String commentType) |
AddCommentRequest |
setOperatorId(String operatorId) |
AddCommentRequest |
setOption(AddCommentRequest.AddCommentRequestOption option) |
@NameInMap(value="commentContent") public String commentContent
This parameter is required.
@NameInMap(value="commentType") public String commentType
This parameter is required.
@NameInMap(value="option") public AddCommentRequest.AddCommentRequestOption option
@NameInMap(value="operatorId") public String operatorId
This parameter is required.
example:union_id
public static AddCommentRequest build(Map<String,?> map) throws Exception
Exceptionpublic AddCommentRequest setCommentContent(String commentContent)
public String getCommentContent()
public AddCommentRequest setCommentType(String commentType)
public String getCommentType()
public AddCommentRequest setOption(AddCommentRequest.AddCommentRequestOption option)
public AddCommentRequest.AddCommentRequestOption getOption()
public AddCommentRequest setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2025. All rights reserved.