public class GetUserFollowStatusRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accountId
example:
ding1234
|
String |
unionId
example:
UgIzXXo+Rp3Rqcts7BE08y49Jr6iu6xW4iQ
|
String |
userId
example:
Rp3Rqcts7BE08y49Jr6iu6xW4iQ
|
| 构造器和说明 |
|---|
GetUserFollowStatusRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetUserFollowStatusRequest |
build(Map<String,?> map) |
String |
getAccountId() |
String |
getUnionId() |
String |
getUserId() |
GetUserFollowStatusRequest |
setAccountId(String accountId) |
GetUserFollowStatusRequest |
setUnionId(String unionId) |
GetUserFollowStatusRequest |
setUserId(String userId) |
@NameInMap(value="accountId") public String accountId
ding1234
@NameInMap(value="unionId") public String unionId
UgIzXXo+Rp3Rqcts7BE08y49Jr6iu6xW4iQ
@NameInMap(value="userId") public String userId
Rp3Rqcts7BE08y49Jr6iu6xW4iQ
public static GetUserFollowStatusRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetUserFollowStatusRequest setAccountId(String accountId)
public String getAccountId()
public GetUserFollowStatusRequest setUnionId(String unionId)
public String getUnionId()
public GetUserFollowStatusRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.