| 构造器和说明 |
|---|
User(Object userId,
String deviceType,
String deviceId,
Blacklist.TimeMeta timeMeta) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
add(Object userId,
String deviceType,
String deviceId,
String time) |
static void |
change(Object userId,
String deviceType,
String deviceId,
String time) |
static boolean |
check(Object userId,
String deviceType,
String deviceId) |
static Blacklist.User |
get(Object userId,
String deviceType,
String deviceId) |
static List<Blacklist.User> |
list() |
static List<Blacklist.User> |
list(Object userId) |
static void |
remove(Object userId,
String deviceType,
String deviceId) |
public User(Object userId, @Nullable String deviceType, @Nullable String deviceId, Blacklist.TimeMeta timeMeta)
public static void add(Object userId, @Nullable String deviceType, @Nullable String deviceId, String time)
public static void change(Object userId, @Nullable String deviceType, @Nullable String deviceId, String time)
public static void remove(Object userId, @Nullable String deviceType, @Nullable String deviceId)
@Nullable public static Blacklist.User get(Object userId, @Nullable String deviceType, @Nullable String deviceId)
public static List<Blacklist.User> list(Object userId)
public static List<Blacklist.User> list()
Copyright © 2022. All rights reserved.