public static class ListFollowerResponseBody.ListFollowerResponseBodyResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
nextToken |
List<ListFollowerResponseBody.ListFollowerResponseBodyResultUserList> |
userList |
| 构造器和说明 |
|---|
ListFollowerResponseBodyResult() |
@NameInMap(value="nextToken") public String nextToken
@NameInMap(value="userList") public List<ListFollowerResponseBody.ListFollowerResponseBodyResultUserList> userList
public static ListFollowerResponseBody.ListFollowerResponseBodyResult build(Map<String,?> map) throws Exception
Exceptionpublic ListFollowerResponseBody.ListFollowerResponseBodyResult setNextToken(String nextToken)
public String getNextToken()
public ListFollowerResponseBody.ListFollowerResponseBodyResult setUserList(List<ListFollowerResponseBody.ListFollowerResponseBodyResultUserList> userList)
public List<ListFollowerResponseBody.ListFollowerResponseBodyResultUserList> getUserList()
Copyright © 2023. All rights reserved.