Class RbelPrintableHashFacet

java.lang.Object
de.gematik.rbellogger.data.facet.RbelPrintableHashFacet
All Implemented Interfaces:
RbelFacet

public final class RbelPrintableHashFacet extends Object implements RbelFacet
  • Constructor Details

  • Method Details

    • getChildElements

      public RbelMultiMap<RbelElement> getChildElements()
      Description copied from interface: RbelFacet
      Child elements for this facet. The content of the child elements should always be directly or indirectly be taken from the parent element of this facet (e.g. decrypted data is acceptable).
      Specified by:
      getChildElements in interface RbelFacet
      Returns:
      A map containing all child elements along with their name (key)
    • getTitle

      public String getTitle()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object