public class GetFollowerAuthInfoRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetFollowerAuthInfoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetFollowerAuthInfoRequest |
build(Map<String,?> map) |
String |
getAccountId() |
String |
getUserId() |
GetFollowerAuthInfoRequest |
setAccountId(String accountId) |
GetFollowerAuthInfoRequest |
setUserId(String userId) |
@NameInMap(value="accountId") public String accountId
@NameInMap(value="userId") public String userId
public static GetFollowerAuthInfoRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetFollowerAuthInfoRequest setAccountId(String accountId)
public String getAccountId()
public GetFollowerAuthInfoRequest setUserId(String userId)
public String getUserId()
Copyright © 2023. All rights reserved.