public static class GetFollowerInfoResponseBody.GetFollowerInfoResponseBodyResultUser
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
name
example:
小钉
|
String |
timestamp
example:
1661918406748
|
String |
userId
example:
userId
|
| 构造器和说明 |
|---|
GetFollowerInfoResponseBodyResultUser() |
@NameInMap(value="name") public String name
小钉
@NameInMap(value="timestamp") public String timestamp
1661918406748
@NameInMap(value="userId") public String userId
userId
public static GetFollowerInfoResponseBody.GetFollowerInfoResponseBodyResultUser build(Map<String,?> map) throws Exception
Exceptionpublic GetFollowerInfoResponseBody.GetFollowerInfoResponseBodyResultUser setName(String name)
public String getName()
public GetFollowerInfoResponseBody.GetFollowerInfoResponseBodyResultUser setTimestamp(String timestamp)
public String getTimestamp()
public GetFollowerInfoResponseBody.GetFollowerInfoResponseBodyResultUser setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.