Package de.gematik.test.tiger.proxy.data
Class JexlQueryResponseDto.JexlQueryResponseDtoBuilder
- java.lang.Object
-
- de.gematik.test.tiger.proxy.data.JexlQueryResponseDto.JexlQueryResponseDtoBuilder
-
- Enclosing class:
- JexlQueryResponseDto
public static class JexlQueryResponseDto.JexlQueryResponseDtoBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JexlQueryResponseDtobuild()JexlQueryResponseDto.JexlQueryResponseDtoBuilderelements(List<String> elements)JexlQueryResponseDto.JexlQueryResponseDtoBuildermatchSuccessful(boolean matchSuccessful)JexlQueryResponseDto.JexlQueryResponseDtoBuildermessageContext(Map<String,Object> messageContext)JexlQueryResponseDto.JexlQueryResponseDtoBuilderrbelTreeHtml(String rbelTreeHtml)StringtoString()
-
-
-
Method Detail
-
matchSuccessful
public JexlQueryResponseDto.JexlQueryResponseDtoBuilder matchSuccessful(boolean matchSuccessful)
- Returns:
this.
-
messageContext
public JexlQueryResponseDto.JexlQueryResponseDtoBuilder messageContext(Map<String,Object> messageContext)
- Returns:
this.
-
rbelTreeHtml
public JexlQueryResponseDto.JexlQueryResponseDtoBuilder rbelTreeHtml(String rbelTreeHtml)
- Returns:
this.
-
elements
public JexlQueryResponseDto.JexlQueryResponseDtoBuilder elements(List<String> elements)
- Returns:
this.
-
build
public JexlQueryResponseDto build()
-
-