Class GetClusterServiceStatusResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class GetClusterServiceStatusResponse
    extends CdpResponse
    Response object to get service status.
    • Constructor Detail

      • GetClusterServiceStatusResponse

        public GetClusterServiceStatusResponse()
    • Method Detail

      • getServices

        public List<ServiceStatus> getServices()
        Getter for services. The cluster services health.
      • setServices

        public void setServices​(List<ServiceStatus> services)
        Setter for services. The cluster services health.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object