Package de.gematik.rbellogger.data.facet
Class RbelResponseFacet
- java.lang.Object
-
- de.gematik.rbellogger.data.facet.RbelResponseFacet
-
-
Constructor Summary
Constructors Constructor Description RbelResponseFacet(String menuInfoString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)RbelMultiMapgetChildElements()StringgetMenuInfoString()Short info string describing this request.inthashCode()StringtoString()
-
-
-
Constructor Detail
-
RbelResponseFacet
@ConstructorProperties("menuInfoString") public RbelResponseFacet(String menuInfoString)
-
-
Method Detail
-
getChildElements
public RbelMultiMap getChildElements()
- Specified by:
getChildElementsin interfaceRbelFacet
-
getMenuInfoString
public String getMenuInfoString()
Short info string describing this request. Will primarily be displayed in the menu.
-
canEqual
protected boolean canEqual(Object other)
-
-