|
NIMSDK-AOS
10.9.90
|
清除加入群操作信息的选项类 更多...
Public 成员函数 | |
| V2NIMTeamClearJoinActionInfoOption () | |
| 默认构造函数 初始化时间戳为当前时间,群类型为全部 更多... | |
| V2NIMTeamClearJoinActionInfoOption (long timestamp, V2NIMTeamJoinActionTeamType type) | |
| 带参数的构造函数 更多... | |
| long | getTimestamp () |
| 获取时间戳 更多... | |
| void | setTimestamp (long timestamp) |
| 设置时间戳 如果设置的时间戳小于等于0,则使用当前时间戳 更多... | |
| V2NIMTeamJoinActionTeamType | getType () |
| 获取群类型 更多... | |
| void | setType (V2NIMTeamJoinActionTeamType type) |
| 设置群类型 如果设置的群类型为null,则使用默认值(全部) 更多... | |
| String | toString () |
| 重写toString方法 更多... | |
清除加入群操作信息的选项类
在文件 V2NIMTeamClearJoinActionInfoOption.java 第 9 行定义.
| com.netease.nimlib.sdk.v2.team.option.V2NIMTeamClearJoinActionInfoOption.V2NIMTeamClearJoinActionInfoOption | ( | ) |
默认构造函数 初始化时间戳为当前时间,群类型为全部
在文件 V2NIMTeamClearJoinActionInfoOption.java 第 24 行定义.
| com.netease.nimlib.sdk.v2.team.option.V2NIMTeamClearJoinActionInfoOption.V2NIMTeamClearJoinActionInfoOption | ( | long | timestamp, |
| V2NIMTeamJoinActionTeamType | type | ||
| ) |
| long com.netease.nimlib.sdk.v2.team.option.V2NIMTeamClearJoinActionInfoOption.getTimestamp | ( | ) |
| V2NIMTeamJoinActionTeamType com.netease.nimlib.sdk.v2.team.option.V2NIMTeamClearJoinActionInfoOption.getType | ( | ) |
| void com.netease.nimlib.sdk.v2.team.option.V2NIMTeamClearJoinActionInfoOption.setTimestamp | ( | long | timestamp | ) |
设置时间戳 如果设置的时间戳小于等于0,则使用当前时间戳
| timestamp | 要设置的时间戳 |
在文件 V2NIMTeamClearJoinActionInfoOption.java 第 52 行定义.
| void com.netease.nimlib.sdk.v2.team.option.V2NIMTeamClearJoinActionInfoOption.setType | ( | V2NIMTeamJoinActionTeamType | type | ) |
| String com.netease.nimlib.sdk.v2.team.option.V2NIMTeamClearJoinActionInfoOption.toString | ( | ) |
1.8.11