public class ListFollowerRequest
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
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
@NameInMap(value="maxResults") public Integer maxResults
@NameInMap(value="nextToken") public String nextToken
public static ListFollowerRequest build(Map<String,?> map) throws Exception
Exception
public ListFollowerRequest setAccountId(String accountId)
public String getAccountId()
public ListFollowerRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListFollowerRequest setNextToken(String nextToken)
public String getNextToken()
Copyright © 2024. All rights reserved.