Package de.gematik.rbellogger.converter
Class RbelJexlExecutor.JexlMessage
- java.lang.Object
-
- de.gematik.rbellogger.converter.RbelJexlExecutor.JexlMessage
-
- Enclosing class:
- RbelJexlExecutor
public static class RbelJexlExecutor.JexlMessage extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRbelJexlExecutor.JexlMessage.JexlMessageBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RbelJexlExecutor.JexlMessage.JexlMessageBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)RbelElementgetBody()StringgetBodyAsString()Map<String,List<String>>getHeaders()StringgetMethod()StringgetStatusCode()StringgetUrl()inthashCode()booleanisRequest()booleanisResponse()StringtoString()
-
-
-
Field Detail
-
method
public final String method
-
url
public final String url
-
statusCode
public final String statusCode
-
request
public final boolean request
-
response
public final boolean response
-
bodyAsString
public final String bodyAsString
-
body
public final RbelElement body
-
-
Method Detail
-
builder
public static RbelJexlExecutor.JexlMessage.JexlMessageBuilder builder()
-
getMethod
public String getMethod()
-
getUrl
public String getUrl()
-
getStatusCode
public String getStatusCode()
-
isRequest
public boolean isRequest()
-
isResponse
public boolean isResponse()
-
getBodyAsString
public String getBodyAsString()
-
getBody
public RbelElement getBody()
-
canEqual
protected boolean canEqual(Object other)
-
-