Class FileServerFileData
java.lang.Object
net.datenwerke.rs.fileserver.service.fileserver.entities.FileServerFileData
- All Implemented Interfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileServerFileData
public FileServerFileData()
-
-
Method Details
-
getVersion
-
setVersion
-
getId
-
setId
-
setData
public void setData(byte[] data) -
getData
public byte[] getData() -
getSize
public long getSize()
-