Uses of Class
com.oracle.bmc.healthchecks.model.HttpProbeResultSummary.ErrorCategory
-
Packages that use HttpProbeResultSummary.ErrorCategory Package Description com.oracle.bmc.healthchecks.model -
-
Uses of HttpProbeResultSummary.ErrorCategory in com.oracle.bmc.healthchecks.model
Methods in com.oracle.bmc.healthchecks.model that return HttpProbeResultSummary.ErrorCategory Modifier and Type Method Description static HttpProbeResultSummary.ErrorCategory
HttpProbeResultSummary.ErrorCategory. create(String key)
HttpProbeResultSummary.ErrorCategory
HttpProbeResultSummary. getErrorCategory()
The category of error if an error occurs executing the probe.static HttpProbeResultSummary.ErrorCategory
HttpProbeResultSummary.ErrorCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpProbeResultSummary.ErrorCategory[]
HttpProbeResultSummary.ErrorCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.healthchecks.model with parameters of type HttpProbeResultSummary.ErrorCategory Modifier and Type Method Description HttpProbeResultSummary.Builder
HttpProbeResultSummary.Builder. errorCategory(HttpProbeResultSummary.ErrorCategory errorCategory)
The category of error if an error occurs executing the probe.Constructors in com.oracle.bmc.healthchecks.model with parameters of type HttpProbeResultSummary.ErrorCategory Constructor Description HttpProbeResultSummary(String key, String probeConfigurationId, Double startTime, String target, String vantagePointName, Boolean isTimedOut, Boolean isHealthy, HttpProbeResultSummary.ErrorCategory errorCategory, String errorMessage, HttpProbeProtocol protocol, TcpConnection connection, DNS dns, Integer statusCode, Double domainLookupStart, Double domainLookupEnd, Double connectStart, Double secureConnectionStart, Double connectEnd, Double fetchStart, Double requestStart, Double responseStart, Double responseEnd, Double duration, Integer encodedBodySize)
Deprecated.
-