Class TracingpointsController.TracingpointsInfo
- java.lang.Object
-
- de.gematik.test.tiger.proxy.controller.TracingpointsController.TracingpointsInfo
-
- Enclosing class:
- TracingpointsController
public static class TracingpointsController.TracingpointsInfo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTracingpointsController.TracingpointsInfo.TracingpointsInfoBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TracingpointsController.TracingpointsInfo.TracingpointsInfoBuilderbuilder()StringgetName()intgetPort()StringgetProtocolType()StringgetProtocolVersion()StringgetStompTopic()StringgetWsEndpoint()
-
-
-
Method Detail
-
builder
public static TracingpointsController.TracingpointsInfo.TracingpointsInfoBuilder builder()
-
getName
public String getName()
-
getPort
public int getPort()
-
getWsEndpoint
public String getWsEndpoint()
-
getStompTopic
public String getStompTopic()
-
getProtocolType
public String getProtocolType()
-
getProtocolVersion
public String getProtocolVersion()
-
-