Class EnvironmentSummary


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class EnvironmentSummary
    extends Object
    The environment summary.
    • Constructor Detail

      • EnvironmentSummary

        public EnvironmentSummary()
    • Method Detail

      • getEnvironmentName

        public String getEnvironmentName()
        Getter for environmentName. Name of the environment.
      • setEnvironmentName

        public void setEnvironmentName​(String environmentName)
        Setter for environmentName. Name of the environment.
      • getCrn

        public String getCrn()
        Getter for crn. CRN of the environment.
      • setCrn

        public void setCrn​(String crn)
        Setter for crn. CRN of the environment.
      • getStatus

        public String getStatus()
        Getter for status. Status of the environment,
      • setStatus

        public void setStatus​(String status)
        Setter for status. Status of the environment,
      • getRegion

        public String getRegion()
        Getter for region. Region of the environment.
      • setRegion

        public void setRegion​(String region)
        Setter for region. Region of the environment.
      • getCloudPlatform

        public String getCloudPlatform()
        Getter for cloudPlatform. Cloud platform of the environment.
      • setCloudPlatform

        public void setCloudPlatform​(String cloudPlatform)
        Setter for cloudPlatform. Cloud platform of the environment.
      • getCredentialName

        public String getCredentialName()
        Getter for credentialName. Name of the credential of the environment. Must contain only lowercase letters, numbers and hyphens.
      • setCredentialName

        public void setCredentialName​(String credentialName)
        Setter for credentialName. Name of the credential of the environment. Must contain only lowercase letters, numbers and hyphens.
      • getDescription

        public String getDescription()
        Getter for description. Description of the environment.
      • setDescription

        public void setDescription​(String description)
        Setter for description. Description of the environment.
      • getCreated

        public ZonedDateTime getCreated()
        Getter for created. Creation date
      • setCreated

        public void setCreated​(ZonedDateTime created)
        Setter for created. Creation date
      • getProxyConfigName

        public String getProxyConfigName()
        Getter for proxyConfigName. Name of the proxy config of the environment.
      • setProxyConfigName

        public void setProxyConfigName​(String proxyConfigName)
        Setter for proxyConfigName. Name of the proxy config of the environment.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object