Uses of Class
com.cumulocity.rest.representation.application.microservice.ProbeRepresentation.HTTPGetActionRepresentation
-
Packages that use ProbeRepresentation.HTTPGetActionRepresentation Package Description com.cumulocity.rest.representation.application.microservice -
-
Uses of ProbeRepresentation.HTTPGetActionRepresentation in com.cumulocity.rest.representation.application.microservice
Methods in com.cumulocity.rest.representation.application.microservice that return ProbeRepresentation.HTTPGetActionRepresentation Modifier and Type Method Description ProbeRepresentation.HTTPGetActionRepresentationProbeRepresentation.HTTPGetActionRepresentation.HTTPGetActionRepresentationBuilder. build()ProbeRepresentation.HTTPGetActionRepresentationProbeRepresentation. getHttpGet()Methods in com.cumulocity.rest.representation.application.microservice with parameters of type ProbeRepresentation.HTTPGetActionRepresentation Modifier and Type Method Description ProbeRepresentation.ProbeRepresentationBuilderProbeRepresentation.ProbeRepresentationBuilder. httpGet(ProbeRepresentation.HTTPGetActionRepresentation httpGet)voidProbeRepresentation. setHttpGet(ProbeRepresentation.HTTPGetActionRepresentation httpGet)Constructors in com.cumulocity.rest.representation.application.microservice with parameters of type ProbeRepresentation.HTTPGetActionRepresentation Constructor Description ProbeRepresentation(ProbeRepresentation.ExecActionRepresentation exec, ProbeRepresentation.TCPSocketActionRepresentation tcpSocket, ProbeRepresentation.HTTPGetActionRepresentation httpGet, Integer initialDelaySeconds, Integer periodSeconds, Integer successThreshold, Integer timeoutSeconds, Integer failureThreshold)
-