public interface Device extends Map<Object,Object>, Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ID |
static String |
IP |
static String |
LAST_REQUEST_TIME |
static String |
TYPE |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getId() |
String |
getIp() |
Date |
getLastRequestTime() |
String |
getType() |
Device |
setId(String id) |
Device |
setIp(String ip) |
Device |
setLastRequestTime(Date lastRequestTime) |
Device |
setType(String type) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesCopyright © 2022. All rights reserved.