public class SortUserRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
sortType |
List<String> |
userIdList |
| 构造器和说明 |
|---|
SortUserRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SortUserRequest |
build(Map<String,?> map) |
Integer |
getSortType() |
List<String> |
getUserIdList() |
SortUserRequest |
setSortType(Integer sortType) |
SortUserRequest |
setUserIdList(List<String> userIdList) |
@NameInMap(value="sortType") public Integer sortType
public static SortUserRequest build(Map<String,?> map) throws Exception
Exceptionpublic SortUserRequest setSortType(Integer sortType)
public Integer getSortType()
public SortUserRequest setUserIdList(List<String> userIdList)
Copyright © 2022. All rights reserved.