public interface Device extends Map<Object,Object>, Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccessTokenId() |
Date |
getAuthorizedDate() |
String |
getBindIp() |
String |
getClientId() |
String |
getDeviceId() |
String |
getDeviceType() |
Date |
getExpiresDate() |
GrantType |
getGrantType() |
String |
getScope() |
Device |
setAccessTokenId(String accessTokenId) |
Device |
setAuthorizedDate(Date authorizedDate) |
Device |
setBindIp(String ip) |
Device |
setClientId(String clientId) |
Device |
setDeviceId(String id) |
Device |
setDeviceType(String type) |
Device |
setExpiresDate(Date expiresDate) |
Device |
setGrantType(GrantType grantType) |
Device |
setScope(String scope) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesString getDeviceId()
String getDeviceType()
String getAccessTokenId()
String getScope()
GrantType getGrantType()
String getClientId()
Date getAuthorizedDate()
Date getExpiresDate()
String getBindIp()
Copyright © 2022. All rights reserved.