群组成员信息
More...
#include <nim_super_team_helper.h>
◆ SuperTeamMemberProperty() [1/2]
nim::SuperTeamMemberProperty::SuperTeamMemberProperty |
( |
const std::string & |
team_id, |
|
|
const std::string & |
accid, |
|
|
const nim::NIMSuperTeamUserType |
type |
|
) |
| |
|
inline |
◆ SuperTeamMemberProperty() [2/2]
nim::SuperTeamMemberProperty::SuperTeamMemberProperty |
( |
| ) |
|
|
inline |
◆ ExistValue()
bool nim::SuperTeamMemberProperty::ExistValue |
( |
const std::string & |
nim_team_user_key | ) |
const |
|
inline |
群成员信息信息数据标记Key对应的数据是否有效(存在,非初始值状态)
- Parameters
-
- Returns
- bool 有效性
◆ GetAccountID()
std::string nim::SuperTeamMemberProperty::GetAccountID |
( |
| ) |
const |
|
inline |
◆ GetBits()
int64_t nim::SuperTeamMemberProperty::GetBits |
( |
| ) |
const |
|
inline |
◆ GetCreateTimetag()
int64_t nim::SuperTeamMemberProperty::GetCreateTimetag |
( |
| ) |
const |
|
inline |
◆ GetCustom()
std::string nim::SuperTeamMemberProperty::GetCustom |
( |
| ) |
const |
|
inline |
◆ GetNick()
std::string nim::SuperTeamMemberProperty::GetNick |
( |
| ) |
const |
|
inline |
◆ GetSuperTeamID()
std::string nim::SuperTeamMemberProperty::GetSuperTeamID |
( |
| ) |
const |
|
inline |
◆ GetUpdateTimetag()
int64_t nim::SuperTeamMemberProperty::GetUpdateTimetag |
( |
| ) |
const |
|
inline |
◆ GetUserType()
◆ IsMute()
bool nim::SuperTeamMemberProperty::IsMute |
( |
| ) |
const |
|
inline |
◆ IsValid()
bool nim::SuperTeamMemberProperty::IsValid |
( |
| ) |
const |
|
inline |
◆ SetAccountID()
void nim::SuperTeamMemberProperty::SetAccountID |
( |
const std::string & |
id | ) |
|
|
inline |
设置群成员ID,通常情况下由SDK维护,开发者作为只读无需设置
◆ SetBits()
void nim::SuperTeamMemberProperty::SetBits |
( |
int64_t |
bit | ) |
|
|
inline |
◆ SetCreateTimetag()
void nim::SuperTeamMemberProperty::SetCreateTimetag |
( |
int64_t |
timetag | ) |
|
|
inline |
设置群成员创建时间戳(毫秒),通常情况下由SDK维护,开发者作为只读无需设置
◆ SetCustom()
void nim::SuperTeamMemberProperty::SetCustom |
( |
const std::string & |
custom | ) |
|
|
inline |
◆ SetMute()
void nim::SuperTeamMemberProperty::SetMute |
( |
bool |
mute | ) |
|
|
inline |
◆ SetNick()
void nim::SuperTeamMemberProperty::SetNick |
( |
const std::string & |
nick | ) |
|
|
inline |
◆ SetSuperTeamID()
void nim::SuperTeamMemberProperty::SetSuperTeamID |
( |
const std::string & |
id | ) |
|
|
inline |
设置群组ID,通常情况下由SDK维护,开发者作为只读无需设置
◆ SetUpdateTimetag()
void nim::SuperTeamMemberProperty::SetUpdateTimetag |
( |
int64_t |
timetag | ) |
|
|
inline |
设置群成员更新时间戳(毫秒),通常情况下由SDK维护,开发者作为只读无需设置
◆ SetUserType()
◆ SetValid()
void nim::SuperTeamMemberProperty::SetValid |
( |
bool |
valid | ) |
|
|
inline |
设置群成员有效性,通常情况下由SDK维护,开发者作为只读无需设置
◆ ToJsonString()
std::string nim::SuperTeamMemberProperty::ToJsonString |
( |
| ) |
const |
|
inline |
组装Json Value字符串
- Returns
- string Json Value字符串
◆ ToJsonValue()
The documentation for this struct was generated from the following file: