Package io.iworkflow.gen.models
Class HealthInfo
java.lang.Object
io.iworkflow.gen.models.HealthInfo
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-12-17T11:59:42.603278-05:00[America/New_York]")
public class HealthInfo
extends Object
HealthInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get conditionGet durationGet hostnameint
hashCode()
void
setCondition
(String condition) void
setDuration
(Integer duration) void
setHostname
(String hostname) toString()
-
Field Details
-
JSON_PROPERTY_CONDITION
- See Also:
-
JSON_PROPERTY_HOSTNAME
- See Also:
-
JSON_PROPERTY_DURATION
- See Also:
-
-
Constructor Details
-
HealthInfo
public HealthInfo()
-
-
Method Details
-
condition
-
getCondition
Get condition- Returns:
- condition
-
setCondition
-
hostname
-
getHostname
Get hostname- Returns:
- hostname
-
setHostname
-
duration
-
getDuration
Get duration- Returns:
- duration
-
setDuration
-
equals
-
hashCode
public int hashCode() -
toString
-