Class GetCloDatahubResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.lakehouseopt.model.GetCloDatahubResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-05-01T09:59:31.533-07:00") public class GetCloDatahubResponse extends CdpResponse
Response object containing the CLO Data Hub details.
  • Constructor Details

    • GetCloDatahubResponse

      public GetCloDatahubResponse()
  • 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.
    • getDatahubName

      public String getDatahubName()
      Getter for datahubName. The name of the CLO Data Hub.
    • setDatahubName

      public void setDatahubName(String datahubName)
      Setter for datahubName. The name of the CLO Data Hub.
    • getDatahubCrn

      public String getDatahubCrn()
      Getter for datahubCrn. The CRN of the CLO Data Hub.
    • setDatahubCrn

      public void setDatahubCrn(String datahubCrn)
      Setter for datahubCrn. The CRN of the CLO Data Hub.
    • 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.
    • setStatus

      public void setStatus(String status)
      Setter for status. The CLO Data Hub status.
    • 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