public class SearchInnerGroupsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
maxResults
This parameter is required.
|
String |
searchKey
This parameter is required.
|
String |
userId
This parameter is required.
|
构造器和说明 |
---|
SearchInnerGroupsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static SearchInnerGroupsRequest |
build(Map<String,?> map) |
Integer |
getMaxResults() |
String |
getSearchKey() |
String |
getUserId() |
SearchInnerGroupsRequest |
setMaxResults(Integer maxResults) |
SearchInnerGroupsRequest |
setSearchKey(String searchKey) |
SearchInnerGroupsRequest |
setUserId(String userId) |
@NameInMap(value="maxResults") public Integer maxResults
This parameter is required.
example:20
@NameInMap(value="searchKey") public String searchKey
This parameter is required.
example:测试关键词
@NameInMap(value="userId") public String userId
This parameter is required.
example:015*****
public static SearchInnerGroupsRequest build(Map<String,?> map) throws Exception
Exception
public SearchInnerGroupsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public SearchInnerGroupsRequest setSearchKey(String searchKey)
public String getSearchKey()
public SearchInnerGroupsRequest setUserId(String userId)
public String getUserId()
Copyright © 2024. All rights reserved.