public class DtxReverseMap extends Object implements org.commonjava.storage.pathmapped.model.ReverseMap
| Constructor and Description |
|---|
DtxReverseMap() |
DtxReverseMap(String fileId,
HashSet<String> paths) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFileId() |
Set<String> |
getPaths() |
int |
hashCode() |
void |
setFileId(String fileId) |
void |
setPaths(HashSet<String> paths) |
String |
toString() |
public String getFileId()
getFileId in interface org.commonjava.storage.pathmapped.model.ReverseMappublic void setFileId(String fileId)
public Set<String> getPaths()
getPaths in interface org.commonjava.storage.pathmapped.model.ReverseMapCopyright © 2019-2022. All Rights Reserved.