Class Environment

java.lang.Object
com.cloudera.cdp.lakehouseopt.model.Environment

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-05-01T09:59:31.533-07:00") public class Environment extends Object
The environment details.
  • Constructor Details

    • Environment

      public Environment()
  • Method Details

    • getEnvironmentName

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

      public void setEnvironmentName(String environmentName)
      Setter for environmentName. The name of the environment.
    • getEnvironmentCrn

      public String getEnvironmentCrn()
      Getter for environmentCrn. The CRN of the environment.
    • setEnvironmentCrn

      public void setEnvironmentCrn(String environmentCrn)
      Setter for environmentCrn. The CRN of the environment.
    • getIsCloEnabled

      public Boolean getIsCloEnabled()
      Getter for isCloEnabled. The flag indicating if CLO is enabled. If enabled it is true else false.
    • setIsCloEnabled

      public void setIsCloEnabled(Boolean isCloEnabled)
      Setter for isCloEnabled. The flag indicating if CLO is enabled. If enabled it is true else false.
    • getDatahubName

      public String getDatahubName()
      Getter for datahubName. The name of the CLO Data Hub. If CLO is not enabled it will be null.
    • setDatahubName

      public void setDatahubName(String datahubName)
      Setter for datahubName. The name of the CLO Data Hub. If CLO is not enabled it will be null.
    • getDatahubCrn

      public String getDatahubCrn()
      Getter for datahubCrn. The CRN of the CLO Data Hub. If CLO is not enabled it will be null.
    • setDatahubCrn

      public void setDatahubCrn(String datahubCrn)
      Setter for datahubCrn. The CRN of the CLO Data Hub. If CLO is not enabled it will be null.
    • getCloudPlatform

      public String getCloudPlatform()
      Getter for cloudPlatform. The cloud platform of the environment, possible values are AZURE or AWS.
    • setCloudPlatform

      public void setCloudPlatform(String cloudPlatform)
      Setter for cloudPlatform. The cloud platform of the environment, possible values are AZURE or AWS.
    • getStatus

      public String getStatus()
      Getter for status. The CLO Data Hub status. If CLO is not enabled it will be null.
    • setStatus

      public void setStatus(String status)
      Setter for status. The CLO Data Hub status. If CLO is not enabled it will be null.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object