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()List<RbelNoteFacet>getErrorNotes()inthashCode()voidsetErrorNotes(List<RbelNoteFacet> errorNotes)StringtoString()
-
-
-
Constructor Detail
-
RbelUndecipherableVauEpaFacet
@ConstructorProperties("errorNotes") public RbelUndecipherableVauEpaFacet(List<RbelNoteFacet> errorNotes)
-
-
Method Detail
-
getChildElements
public RbelMultiMap getChildElements()
- Specified by:
getChildElementsin interfaceRbelFacet
-
getErrorNotes
public List<RbelNoteFacet> getErrorNotes()
-
setErrorNotes
public void setErrorNotes(List<RbelNoteFacet> errorNotes)
-
canEqual
protected boolean canEqual(Object other)
-
-