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