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.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for cloudPlatform.Getter for datahubCrn.Getter for datahubName.Getter for environmentCrn.Getter for environmentName.Getter for status.inthashCode()voidsetCloudPlatform(String cloudPlatform) Setter for cloudPlatform.voidsetDatahubCrn(String datahubCrn) Setter for datahubCrn.voidsetDatahubName(String datahubName) Setter for datahubName.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetEnvironmentName(String environmentName) Setter for environmentName.voidSetter for status.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetCloDatahubResponse
public GetCloDatahubResponse()
-
-
Method Details
-
getEnvironmentName
Getter for environmentName. The name of the environment. -
setEnvironmentName
Setter for environmentName. The name of the environment. -
getEnvironmentCrn
Getter for environmentCrn. The CRN of the environment. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of the environment. -
getDatahubName
Getter for datahubName. The name of the CLO Data Hub. -
setDatahubName
Setter for datahubName. The name of the CLO Data Hub. -
getDatahubCrn
Getter for datahubCrn. The CRN of the CLO Data Hub. -
setDatahubCrn
Setter for datahubCrn. The CRN of the CLO Data Hub. -
getCloudPlatform
Getter for cloudPlatform. The cloud platform of the environment, possible values are AZURE or AWS. -
setCloudPlatform
Setter for cloudPlatform. The cloud platform of the environment, possible values are AZURE or AWS. -
getStatus
Getter for status. The CLO Data Hub status. -
setStatus
Setter for status. The CLO Data Hub status. -
equals
-
hashCode
public int hashCode() -
toString
-