Class TracingpointsController.TracingpointsInfo.TracingpointsInfoBuilder
java.lang.Object
de.gematik.test.tiger.proxy.controller.TracingpointsController.TracingpointsInfo.TracingpointsInfoBuilder
- Enclosing class:
- TracingpointsController.TracingpointsInfo
public static class TracingpointsController.TracingpointsInfo.TracingpointsInfoBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()port(int port) protocolType(String protocolType) protocolVersion(String protocolVersion) serverDate(ZonedDateTime serverDate) serverVersion(String serverVersion) stompTopic(String stompTopic) toString()wsEndpoint(String wsEndpoint)
-
Method Details
-
name
- Returns:
this.
-
port
- Returns:
this.
-
wsEndpoint
public TracingpointsController.TracingpointsInfo.TracingpointsInfoBuilder wsEndpoint(String wsEndpoint) - Returns:
this.
-
stompTopic
public TracingpointsController.TracingpointsInfo.TracingpointsInfoBuilder stompTopic(String stompTopic) - Returns:
this.
-
protocolType
public TracingpointsController.TracingpointsInfo.TracingpointsInfoBuilder protocolType(String protocolType) - Returns:
this.
-
protocolVersion
public TracingpointsController.TracingpointsInfo.TracingpointsInfoBuilder protocolVersion(String protocolVersion) - Returns:
this.
-
serverVersion
public TracingpointsController.TracingpointsInfo.TracingpointsInfoBuilder serverVersion(String serverVersion) - Returns:
this.
-
serverDate
public TracingpointsController.TracingpointsInfo.TracingpointsInfoBuilder serverDate(ZonedDateTime serverDate) - Returns:
this.
-
build
-
toString
-