Class ProbeRepresentation.ExecActionRepresentation.ExecActionRepresentationBuilder
- java.lang.Object
-
- com.cumulocity.rest.representation.application.microservice.ProbeRepresentation.ExecActionRepresentation.ExecActionRepresentationBuilder
-
- Enclosing class:
- ProbeRepresentation.ExecActionRepresentation
public static class ProbeRepresentation.ExecActionRepresentation.ExecActionRepresentationBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProbeRepresentation.ExecActionRepresentationbuild()ProbeRepresentation.ExecActionRepresentation.ExecActionRepresentationBuilderclearCommand()ProbeRepresentation.ExecActionRepresentation.ExecActionRepresentationBuildercommand(String command)ProbeRepresentation.ExecActionRepresentation.ExecActionRepresentationBuildercommand(Collection<? extends String> command)StringtoString()
-
-
-
Method Detail
-
command
public ProbeRepresentation.ExecActionRepresentation.ExecActionRepresentationBuilder command(String command)
-
command
public ProbeRepresentation.ExecActionRepresentation.ExecActionRepresentationBuilder command(Collection<? extends String> command)
-
clearCommand
public ProbeRepresentation.ExecActionRepresentation.ExecActionRepresentationBuilder clearCommand()
-
build
public ProbeRepresentation.ExecActionRepresentation build()
-
-