public abstract class Lock extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Lock.Builder |
| Constructor and Description |
|---|
Lock() |
| Modifier and Type | Method and Description |
|---|---|
static Lock.Builder |
builder() |
abstract ZonedDateTime |
createdAt() |
abstract String |
lockedBy() |
abstract String |
resource() |
abstract ZonedDateTime |
updatedAt() |
public abstract String resource()
public abstract String lockedBy()
public abstract ZonedDateTime createdAt()
public abstract ZonedDateTime updatedAt()
public static Lock.Builder builder()
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.