Class HopCount.DocumentReference

  • Enclosing class:
    HopCount

    protected static class HopCount.DocumentReference
    extends java.lang.Object
    This class describes a document reference.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String childIdentifierHash  
      protected java.lang.String linkType  
    • Constructor Summary

      Constructors 
      Constructor Description
      DocumentReference​(java.lang.String childIdentifierHash, java.lang.String linkType)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getChildIdentifierHash()
      Get the child identifier
      java.lang.String getLinkType()
      Get the link type
      • Methods inherited from class java.lang.Object

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

      • childIdentifierHash

        protected java.lang.String childIdentifierHash
      • linkType

        protected java.lang.String linkType
    • Constructor Detail

      • DocumentReference

        public DocumentReference​(java.lang.String childIdentifierHash,
                                 java.lang.String linkType)
        Constructor
    • Method Detail

      • getChildIdentifierHash

        public java.lang.String getChildIdentifierHash()
        Get the child identifier
      • getLinkType

        public java.lang.String getLinkType()
        Get the link type