public class DefaultDevice extends AuthzMap implements Device
| 构造器和说明 |
|---|
DefaultDevice() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, containsKey, containsValue, entrySet, equals, get, getDate, getLong, getString, hashCode, isEmpty, keySet, put, putAll, remove, setDate, setValue, size, toString, valuesclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic String getDeviceType()
getDeviceType 在接口中 Devicepublic Device setDeviceType(String type)
setDeviceType 在接口中 Devicepublic String getDeviceId()
getDeviceId 在接口中 Devicepublic Device setDeviceId(String id)
setDeviceId 在接口中 Devicepublic String getAccessTokenId()
getAccessTokenId 在接口中 Devicepublic Device setAccessTokenId(String accessTokenId)
setAccessTokenId 在接口中 Devicepublic GrantType getGrantType()
getGrantType 在接口中 Devicepublic Device setGrantType(GrantType grantType)
setGrantType 在接口中 Devicepublic String getClientId()
getClientId 在接口中 Devicepublic Device setClientId(String clientId)
setClientId 在接口中 Devicepublic Date getAuthorizedDate()
getAuthorizedDate 在接口中 Devicepublic Device setAuthorizedDate(Date authorizedDate)
setAuthorizedDate 在接口中 Devicepublic Date getExpiresDate()
getExpiresDate 在接口中 Devicepublic Device setExpiresDate(Date expiresDate)
setExpiresDate 在接口中 DeviceCopyright © 2022. All rights reserved.