Package org.eclipse.jgit.lfs.server
Class LfsObject
- java.lang.Object
-
- org.eclipse.jgit.lfs.server.LfsObject
-
public class LfsObject extends java.lang.Object
LFS object.- Since:
- 4.5
-
-
Constructor Summary
Constructors Constructor Description LfsObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getOid()
Get theoid
of this object.long
getSize()
Get thesize
of this object.
-