Package org.eclipse.jgit.lfs.server
Class LfsObject
java.lang.Object
org.eclipse.jgit.lfs.server.LfsObject
LFS object.
- Since:
- 4.5
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
oid
String oid -
size
long size
-
-
Constructor Details
-
LfsObject
public LfsObject()
-
-
Method Details
-
getOid
Get theoid
of this object.- Returns:
- the object ID.
-
getSize
public long getSize()Get thesize
of this object.- Returns:
- the object size.
-