public class MembershipTombstone extends AbstractTombstone
| Modifier | Constructor and Description |
|---|---|
protected |
MembershipTombstone() |
protected |
MembershipTombstone(long timestamp,
String childName,
String parentName,
long directoryId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChildName() |
long |
getDirectoryId() |
String |
getParentName() |
protected void |
setChildName(String childName) |
protected void |
setDirectoryId(long directoryId) |
protected void |
setParentName(String parentName) |
String |
toString() |
getId, getTimestamp, setId, setTimestamppublic String getChildName()
protected void setChildName(String childName)
public String getParentName()
protected void setParentName(String parentName)
public long getDirectoryId()
protected void setDirectoryId(long directoryId)
Copyright © 2023 Atlassian. All rights reserved.