Class HealthCheckFluent<A extends HealthCheckFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.HealthCheckFluent<A>
-
- Direct Known Subclasses:
HealthCheckBuilder,InsightsReportFluent.HealthChecksNested
public class HealthCheckFluent<A extends HealthCheckFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description HealthCheckFluent()HealthCheckFluent(HealthCheck instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(HealthCheck instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetAdvisorURI()StringgetDescription()StringgetState()IntegergetTotalRisk()booleanhasAdditionalProperties()booleanhasAdvisorURI()booleanhasDescription()inthashCode()booleanhasState()booleanhasTotalRisk()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithAdvisorURI(String advisorURI)AwithDescription(String description)AwithState(String state)AwithTotalRisk(Integer totalRisk)
-
-
-
Constructor Detail
-
HealthCheckFluent
public HealthCheckFluent()
-
HealthCheckFluent
public HealthCheckFluent(HealthCheck instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(HealthCheck instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends HealthCheckFluent<A>>
-
getAdvisorURI
public String getAdvisorURI()
-
getDescription
public String getDescription()
-
getState
public String getState()
-
getTotalRisk
public Integer getTotalRisk()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasAdvisorURI
public boolean hasAdvisorURI()
-
hasDescription
public boolean hasDescription()
-
hasState
public boolean hasState()
-
hasTotalRisk
public boolean hasTotalRisk()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends HealthCheckFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-