Package io.iworkflow.gen.models
Class HealthInfo
- java.lang.Object
-
- io.iworkflow.gen.models.HealthInfo
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-07-26T10:45:57.893797-07:00[America/Los_Angeles]") public class HealthInfo extends java.lang.ObjectHealthInfo
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_CONDITIONstatic java.lang.StringJSON_PROPERTY_DURATIONstatic java.lang.StringJSON_PROPERTY_HOSTNAME
-
Constructor Summary
Constructors Constructor Description HealthInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HealthInfocondition(java.lang.String condition)HealthInfoduration(java.lang.Integer duration)booleanequals(java.lang.Object o)java.lang.StringgetCondition()Get conditionjava.lang.IntegergetDuration()Get durationjava.lang.StringgetHostname()Get hostnameinthashCode()HealthInfohostname(java.lang.String hostname)voidsetCondition(java.lang.String condition)voidsetDuration(java.lang.Integer duration)voidsetHostname(java.lang.String hostname)java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-