Class HealthCheckResult
- java.lang.Object
-
- de.ssis.eln.api.rest.resources.response.HealthCheckResult
-
- All Implemented Interfaces:
de.ssis.eln.api.dta.intf.ResponseObject
public class HealthCheckResult extends Object implements de.ssis.eln.api.dta.intf.ResponseObject
This Class Represents a individual HealthCheck with the Status and a Tieme- Author:
- rjt
-
-
Field Summary
Fields Modifier and Type Field Description private Boolean
active
private Long
responsetime
-
Constructor Summary
Constructors Constructor Description HealthCheckResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getActive()
Long
getResponsetime()
void
setActive(Boolean active)
void
setResponsetime(Long responsetime)
-