public class LockEntry extends Object
| Constructor and Description |
|---|
LockEntry(String key,
String status,
String owner,
Date expiresAt) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getExpiresAt() |
String |
getKey() |
String |
getOwner() |
String |
getStatus() |
boolean |
isOwner(String owner) |
public String getKey()
public String getStatus()
public String getOwner()
public boolean isOwner(String owner)
owner - the owner to be checkedCopyright © 2021. All rights reserved.