Class RbelRequestFacet

  • All Implemented Interfaces:
    RbelFacet

    public class RbelRequestFacet
    extends Object
    implements RbelFacet
    Empty marker: The element is a request.
    • Method Detail

      • getChildElements

        public RbelMultiMap 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)
      • getMenuInfoString

        public String getMenuInfoString()
        Short info string describing this request. Will primarily be displayed in the menu.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object