Interface LeggedMessageRoot

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.Integer getId()
      Get the id of this leg, or null if this is the root
      default java.lang.Integer getIndex()
      Get the index of this leg, or null if this is the root
    • Method Detail

      • getId

        default java.lang.Integer getId()
        Description copied from interface: LeggedMessage
        Get the id of this leg, or null if this is the root
        Specified by:
        getId in interface LeggedMessage
        Returns:
        Id
      • getIndex

        default java.lang.Integer getIndex()
        Description copied from interface: LeggedMessage
        Get the index of this leg, or null if this is the root
        Specified by:
        getIndex in interface LeggedMessage
        Returns:
        Index