Class ProbeRepresentation.TCPSocketActionRepresentation.TCPSocketActionRepresentationBuilder
- java.lang.Object
-
- com.cumulocity.rest.representation.application.microservice.ProbeRepresentation.TCPSocketActionRepresentation.TCPSocketActionRepresentationBuilder
-
- Enclosing class:
- ProbeRepresentation.TCPSocketActionRepresentation
public static class ProbeRepresentation.TCPSocketActionRepresentation.TCPSocketActionRepresentationBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProbeRepresentation.TCPSocketActionRepresentationbuild()ProbeRepresentation.TCPSocketActionRepresentation.TCPSocketActionRepresentationBuilderhost(String host)ProbeRepresentation.TCPSocketActionRepresentation.TCPSocketActionRepresentationBuilderport(Integer port)StringtoString()
-
-
-
Method Detail
-
port
public ProbeRepresentation.TCPSocketActionRepresentation.TCPSocketActionRepresentationBuilder port(Integer port)
- Returns:
this.
-
host
public ProbeRepresentation.TCPSocketActionRepresentation.TCPSocketActionRepresentationBuilder host(String host)
- Returns:
this.
-
build
public ProbeRepresentation.TCPSocketActionRepresentation build()
-
-