public class PlatformHealthDTO extends Object implements Serializable
| Constructor and Description |
|---|
PlatformHealthDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getExecutionTime()
Health check duration
|
String |
getStatus()
Platform status code
|
int |
hashCode() |
void |
setExecutionTime(Long executionTime) |
void |
setStatus(String status) |
String |
toString() |
Copyright © 2019 DocDoku. All rights reserved.