Class LfsObject

java.lang.Object
org.eclipse.jgit.lfs.server.LfsObject

public class LfsObject extends Object
LFS object.
Since:
4.5
  • Field Details

    • oid

      String oid
    • size

      long size
  • Constructor Details

    • LfsObject

      public LfsObject()
  • Method Details

    • getOid

      public String getOid()
      Get the oid of this object.
      Returns:
      the object ID.
    • getSize

      public long getSize()
      Get the size of this object.
      Returns:
      the object size.