public class AccessTokenTO extends BaseBean implements EntityTO
Constructor and Description |
---|
AccessTokenTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getBody() |
Date |
getExpiryTime() |
String |
getKey() |
String |
getOwner() |
int |
hashCode() |
void |
setBody(String body) |
void |
setExpiryTime(Date expiryTime) |
void |
setKey(String key) |
void |
setOwner(String owner) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.