public class ListGroupSetRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
maxResults |
String |
nextToken |
String |
queryDsl |
String |
relationType |
| 构造器和说明 |
|---|
ListGroupSetRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListGroupSetRequest |
build(Map<String,?> map) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getQueryDsl() |
String |
getRelationType() |
ListGroupSetRequest |
setMaxResults(Integer maxResults) |
ListGroupSetRequest |
setNextToken(String nextToken) |
ListGroupSetRequest |
setQueryDsl(String queryDsl) |
ListGroupSetRequest |
setRelationType(String relationType) |
@NameInMap(value="maxResults") public Integer maxResults
@NameInMap(value="nextToken") public String nextToken
@NameInMap(value="queryDsl") public String queryDsl
@NameInMap(value="relationType") public String relationType
public static ListGroupSetRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListGroupSetRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListGroupSetRequest setNextToken(String nextToken)
public String getNextToken()
public ListGroupSetRequest setQueryDsl(String queryDsl)
public String getQueryDsl()
public ListGroupSetRequest setRelationType(String relationType)
public String getRelationType()
Copyright © 2022. All rights reserved.