public class DtxFilesystem extends Object implements org.commonjava.storage.pathmapped.model.Filesystem
| Constructor and Description |
|---|
DtxFilesystem() |
DtxFilesystem(String filesystem,
long fileCount,
long size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getFileCount() |
String |
getFilesystem() |
Long |
getSize() |
int |
hashCode() |
void |
setFileCount(long fileCount) |
void |
setFilesystem(String filesystem) |
void |
setSize(long size) |
String |
toString() |
public DtxFilesystem()
public DtxFilesystem(String filesystem, long fileCount, long size)
public String getFilesystem()
getFilesystem in interface org.commonjava.storage.pathmapped.model.Filesystempublic Long getFileCount()
getFileCount in interface org.commonjava.storage.pathmapped.model.Filesystempublic Long getSize()
getSize in interface org.commonjava.storage.pathmapped.model.Filesystempublic void setFilesystem(String filesystem)
public void setFileCount(long fileCount)
public void setSize(long size)
Copyright © 2019-2022. All Rights Reserved.