Package org.eclipse.jgit.lfs.server
Class LfsObject
- java.lang.Object
-
- org.eclipse.jgit.lfs.server.LfsObject
-
public class LfsObject extends 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 String
getOid()
Get theoid
of this object.long
getSize()
Get thesize
of this object.
-
-
-
Method Detail
-
getOid
public String getOid()
Get theoid
of this object.- Returns:
- the object ID.
-
getSize
public long getSize()
Get thesize
of this object.- Returns:
- the object size.
-
-