Package com.cloudera.cdp.datalake.model
Class ServiceStatus
java.lang.Object
com.cloudera.cdp.datalake.model.ServiceStatus
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class ServiceStatus
extends Object
Information about a cluster service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for healthChecks.Getter for healthSummary.getState()
Getter for state.getType()
Getter for type.int
hashCode()
void
setHealthChecks
(List<HealthCheck> healthChecks) Setter for healthChecks.void
setHealthSummary
(String healthSummary) Setter for healthSummary.void
Setter for state.void
Setter for type.toString()
-
Constructor Details
-
ServiceStatus
public ServiceStatus()
-
-
Method Details
-
getType
Getter for type. The service type. -
setType
Setter for type. The service type. -
getState
Getter for state. The service state. -
setState
Setter for state. The service state. -
getHealthSummary
Getter for healthSummary. The service health summary. -
setHealthSummary
Setter for healthSummary. The service health summary. -
getHealthChecks
Getter for healthChecks. The service health checks. -
setHealthChecks
Setter for healthChecks. The service health checks. -
equals
-
hashCode
public int hashCode() -
toString
-