Package io.iworkflow.gen.models
Class HealthInfo
- java.lang.Object
-
- io.iworkflow.gen.models.HealthInfo
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-27T15:03:40.046705-08:00[America/Los_Angeles]") public class HealthInfo extends java.lang.Object
HealthInfo
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_CONDITION
static java.lang.String
JSON_PROPERTY_DURATION
static java.lang.String
JSON_PROPERTY_HOSTNAME
-
Constructor Summary
Constructors Constructor Description HealthInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HealthInfo
condition(java.lang.String condition)
HealthInfo
duration(java.lang.Integer duration)
boolean
equals(java.lang.Object o)
java.lang.String
getCondition()
Get conditionjava.lang.Integer
getDuration()
Get durationjava.lang.String
getHostname()
Get hostnameint
hashCode()
HealthInfo
hostname(java.lang.String hostname)
void
setCondition(java.lang.String condition)
void
setDuration(java.lang.Integer duration)
void
setHostname(java.lang.String hostname)
java.lang.String
toString()
-
-
-
Field Detail
-
JSON_PROPERTY_CONDITION
public static final java.lang.String JSON_PROPERTY_CONDITION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_HOSTNAME
public static final java.lang.String JSON_PROPERTY_HOSTNAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DURATION
public static final java.lang.String JSON_PROPERTY_DURATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
condition
public HealthInfo condition(java.lang.String condition)
-
getCondition
@Nullable public java.lang.String getCondition()
Get condition- Returns:
- condition
-
setCondition
public void setCondition(java.lang.String condition)
-
hostname
public HealthInfo hostname(java.lang.String hostname)
-
getHostname
@Nullable public java.lang.String getHostname()
Get hostname- Returns:
- hostname
-
setHostname
public void setHostname(java.lang.String hostname)
-
duration
public HealthInfo duration(java.lang.Integer duration)
-
getDuration
@Nullable public java.lang.Integer getDuration()
Get duration- Returns:
- duration
-
setDuration
public void setDuration(java.lang.Integer duration)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-