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