public class ListCommentsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
isGlobal |
Boolean |
isSolved |
Integer |
maxResults |
String |
nextToken
example:
next_token
|
String |
operatorId
This parameter is required.
|
| 构造器和说明 |
|---|
ListCommentsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListCommentsRequest |
build(Map<String,?> map) |
Boolean |
getIsGlobal() |
Boolean |
getIsSolved() |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getOperatorId() |
ListCommentsRequest |
setIsGlobal(Boolean isGlobal) |
ListCommentsRequest |
setIsSolved(Boolean isSolved) |
ListCommentsRequest |
setMaxResults(Integer maxResults) |
ListCommentsRequest |
setNextToken(String nextToken) |
ListCommentsRequest |
setOperatorId(String operatorId) |
@NameInMap(value="isGlobal") public Boolean isGlobal
@NameInMap(value="isSolved") public Boolean isSolved
@NameInMap(value="maxResults") public Integer maxResults
@NameInMap(value="nextToken") public String nextToken
next_token
@NameInMap(value="operatorId") public String operatorId
This parameter is required.
example:union_id
public static ListCommentsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListCommentsRequest setIsGlobal(Boolean isGlobal)
public Boolean getIsGlobal()
public ListCommentsRequest setIsSolved(Boolean isSolved)
public Boolean getIsSolved()
public ListCommentsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListCommentsRequest setNextToken(String nextToken)
public String getNextToken()
public ListCommentsRequest setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2025. All rights reserved.