Class Protocol.ObjectSpec

  • Direct Known Subclasses:
    Protocol.ObjectInfo
    Enclosing interface:
    Protocol

    public static class Protocol.ObjectSpec
    extends java.lang.Object
    MetaData of an LFS object. Needs to be specified when requesting objects from the LFS server and is also returned in the response
    • Field Summary

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

      Constructors 
      Constructor Description
      ObjectSpec()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • oid

        public java.lang.String oid
      • size

        public long size
    • Constructor Detail

      • ObjectSpec

        public ObjectSpec()