public class ListFollowerRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accountId
example:
ding1234
|
Integer |
maxResults
example:
20
|
String |
nextToken
example:
Rp3Rqcts7BE08y49Jr6iu6xW4iQ
|
| 构造器和说明 |
|---|
ListFollowerRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListFollowerRequest |
build(Map<String,?> map) |
String |
getAccountId() |
Integer |
getMaxResults() |
String |
getNextToken() |
ListFollowerRequest |
setAccountId(String accountId) |
ListFollowerRequest |
setMaxResults(Integer maxResults) |
ListFollowerRequest |
setNextToken(String nextToken) |
@NameInMap(value="accountId") public String accountId
ding1234
@NameInMap(value="maxResults") public Integer maxResults
20
@NameInMap(value="nextToken") public String nextToken
Rp3Rqcts7BE08y49Jr6iu6xW4iQ
public static ListFollowerRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListFollowerRequest setAccountId(String accountId)
public String getAccountId()
public ListFollowerRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListFollowerRequest setNextToken(String nextToken)
public String getNextToken()
Copyright © 2025. All rights reserved.