| 构造器和说明 |
|---|
User(Object userId,
String deviceType,
String deviceId,
Blacklist.TimeMeta timeMeta) |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
check(Object userId,
String deviceType,
String deviceId) |
boolean |
equals(Object o) |
static Blacklist.User |
getDevice(Object userId,
String deviceType,
String deviceId) |
static Blacklist.User |
getUser(Object userId) |
int |
hashCode() |
static Set<Blacklist.User> |
list() |
static Set<Blacklist.User> |
list(Object userId) |
static void |
remove(Object userId,
String deviceType,
String deviceId) |
static void |
update(Object userId,
String deviceType,
String deviceId,
Date endDate) |
static void |
update(Object userId,
String deviceType,
String deviceId,
long time) |
public User(Object userId, @Nullable String deviceType, @Nullable String deviceId, Blacklist.TimeMeta timeMeta)
public static void update(Object userId, @Nullable String deviceType, @Nullable String deviceId, long time)
public static void update(Object userId, @Nullable String deviceType, @Nullable String deviceId, Date endDate)
public static void remove(Object userId, @Nullable String deviceType, @Nullable String deviceId)
@Nullable public static Blacklist.User getDevice(Object userId, @Nullable String deviceType, @Nullable String deviceId)
public static Blacklist.User getUser(Object userId)
public static Set<Blacklist.User> list(Object userId)
public static Set<Blacklist.User> list()
Copyright © 2022. All rights reserved.