public class DistributedLockDO extends Object
| Constructor and Description |
|---|
DistributedLockDO() |
DistributedLockDO(String lockKey,
String lockValue,
Long expireTime) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getExpireTime() |
String |
getLockKey() |
String |
getLockValue() |
void |
setExpireTime(Long expireTime) |
void |
setLockKey(String lockKey) |
void |
setLockValue(String lockValue) |
Copyright © 2023 Seata. All rights reserved.