Class TracingpointsController.TracingpointsInfo
java.lang.Object
de.gematik.test.tiger.proxy.controller.TracingpointsController.TracingpointsInfo
- Enclosing class:
- TracingpointsController
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionTracingpointsInfo(String name, int port, String wsEndpoint, String stompTopic, String protocolType, String protocolVersion, String serverVersion, ZonedDateTime serverDate) -
Method Summary
-
Constructor Details
-
TracingpointsInfo
@ConstructorProperties({"name","port","wsEndpoint","stompTopic","protocolType","protocolVersion","serverVersion","serverDate"}) public TracingpointsInfo(String name, int port, String wsEndpoint, String stompTopic, String protocolType, String protocolVersion, String serverVersion, ZonedDateTime serverDate)
-
-
Method Details
-
builder
-
getName
-
getPort
public int getPort() -
getWsEndpoint
-
getStompTopic
-
getProtocolType
-
getProtocolVersion
-
getServerVersion
-
getServerDate
-