public class EventStreamTombstone extends AbstractTombstone
Modifier | Constructor and Description |
---|---|
protected |
EventStreamTombstone() |
|
EventStreamTombstone(long timestamp,
String reason,
Long directoryId) |
Modifier and Type | Method and Description |
---|---|
static EventStreamTombstone |
createForDirectory(long timestamp,
long directoryId,
String reason) |
static EventStreamTombstone |
createGlobal(long timestamp,
String reason) |
Long |
getDirectoryId() |
String |
getReason() |
protected void |
setDirectoryId(Long directoryId) |
protected void |
setReason(String reason) |
String |
toString() |
getId, getTimestamp, setId, setTimestamp
public static EventStreamTombstone createGlobal(long timestamp, String reason)
public static EventStreamTombstone createForDirectory(long timestamp, long directoryId, String reason)
public String getReason()
protected void setReason(String reason)
Copyright © 2021 Atlassian. All rights reserved.