Class ServiceSummary


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.068-07:00")
    public class ServiceSummary
    extends Object
    Summary of a CDE service.
    • Constructor Detail

      • ServiceSummary

        public ServiceSummary()
    • Method Detail

      • getName

        public String getName()
        Getter for name. Name of the CDE Service.
      • setName

        public void setName​(String name)
        Setter for name. Name of the CDE Service.
      • getClusterId

        public String getClusterId()
        Getter for clusterId. Cluster Id of the CDE Service.
      • setClusterId

        public void setClusterId​(String clusterId)
        Setter for clusterId. Cluster Id of the CDE Service.
      • getEnvironmentName

        public String getEnvironmentName()
        Getter for environmentName. CDP Environment Name.
      • setEnvironmentName

        public void setEnvironmentName​(String environmentName)
        Setter for environmentName. CDP Environment Name.
      • getStatus

        public String getStatus()
        Getter for status. Status of the CDE service.
      • setStatus

        public void setStatus​(String status)
        Setter for status. Status of the CDE service.
      • getCreatorEmail

        public String getCreatorEmail()
        Getter for creatorEmail. Email Address of the CDE creator.
      • setCreatorEmail

        public void setCreatorEmail​(String creatorEmail)
        Setter for creatorEmail. Email Address of the CDE creator.
      • getEnablingTime

        public String getEnablingTime()
        Getter for enablingTime. Timestamp of service enabling.
      • setEnablingTime

        public void setEnablingTime​(String enablingTime)
        Setter for enablingTime. Timestamp of service enabling.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object