Package de.gematik.rbellogger.data.facet
Class RbelUndecipherableVauEpaFacet
- java.lang.Object
-
- de.gematik.rbellogger.data.facet.RbelUndecipherableVauEpaFacet
-
-
Constructor Summary
Constructors Constructor Description RbelUndecipherableVauEpaFacet(List<RbelNoteFacet> errorNotes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)RbelMultiMapgetChildElements()Child elements for this facet.List<RbelNoteFacet>getErrorNotes()inthashCode()voidsetErrorNotes(List<RbelNoteFacet> errorNotes)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.gematik.rbellogger.data.facet.RbelFacet
shouldExpectReplyMessage
-
-
-
-
Constructor Detail
-
RbelUndecipherableVauEpaFacet
@ConstructorProperties("errorNotes") public RbelUndecipherableVauEpaFacet(List<RbelNoteFacet> errorNotes)
-
-
Method Detail
-
getChildElements
public RbelMultiMap getChildElements()
Description copied from interface:RbelFacetChild 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:
getChildElementsin interfaceRbelFacet- Returns:
- A map containing all child elements along with their name (key)
-
getErrorNotes
public List<RbelNoteFacet> getErrorNotes()
-
setErrorNotes
public void setErrorNotes(List<RbelNoteFacet> errorNotes)
-
canEqual
protected boolean canEqual(Object other)
-
-