Class LfsObject


  • public class LfsObject
    extends java.lang.Object
    LFS object.
    Since:
    4.5
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String oid  
      (package private) long size  
    • Constructor Summary

      Constructors 
      Constructor Description
      LfsObject()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getOid()
      Get the oid of this object.
      long getSize()
      Get the size of this object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • oid

        java.lang.String oid
      • size

        long size
    • Constructor Detail

      • LfsObject

        public LfsObject()
    • Method Detail

      • getOid

        public java.lang.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.