Class TracingMessagePair
- java.lang.Object
-
- de.gematik.test.tiger.proxy.client.TracingMessagePair
-
public class TracingMessagePair extends Object
-
-
Constructor Summary
Constructors Constructor Description TracingMessagePair(TigerRemoteProxyClient remoteProxyClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)voidcheckForCompletePairAndPropagateIfComplete()booleanequals(Object o)TigerRemoteProxyClientgetRemoteProxyClient()PartialTracingMessagegetRequest()PartialTracingMessagegetResponse()inthashCode()voidsetRequest(PartialTracingMessage request)voidsetResponse(PartialTracingMessage response)StringtoString()
-
-
-
Constructor Detail
-
TracingMessagePair
@ConstructorProperties("remoteProxyClient") public TracingMessagePair(TigerRemoteProxyClient remoteProxyClient)
-
-
Method Detail
-
checkForCompletePairAndPropagateIfComplete
public void checkForCompletePairAndPropagateIfComplete()
-
getRequest
public PartialTracingMessage getRequest()
-
getResponse
public PartialTracingMessage getResponse()
-
getRemoteProxyClient
public TigerRemoteProxyClient getRemoteProxyClient()
-
setRequest
public void setRequest(PartialTracingMessage request)
-
setResponse
public void setResponse(PartialTracingMessage response)
-
canEqual
protected boolean canEqual(Object other)
-
-