public class DtxReclaim extends Object implements org.commonjava.storage.pathmapped.model.Reclaim
| Constructor and Description |
|---|
DtxReclaim() |
DtxReclaim(String fileId,
Date deletion,
String storage,
String checksum) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getChecksum() |
Date |
getDeletion() |
String |
getFileId() |
int |
getPartition() |
String |
getStorage() |
int |
hashCode() |
void |
setChecksum(String checksum) |
void |
setDeletion(Date deletion) |
void |
setFileId(String fileId) |
void |
setPartition(int partition) |
void |
setStorage(String storage) |
String |
toString() |
public int getPartition()
public void setPartition(int partition)
public String getFileId()
getFileId in interface org.commonjava.storage.pathmapped.model.Reclaimpublic void setFileId(String fileId)
public Date getDeletion()
getDeletion in interface org.commonjava.storage.pathmapped.model.Reclaimpublic void setDeletion(Date deletion)
public String getStorage()
getStorage in interface org.commonjava.storage.pathmapped.model.Reclaimpublic void setStorage(String storage)
public String getChecksum()
public void setChecksum(String checksum)
Copyright © 2019-2022. All Rights Reserved.