Package com.cloudera.cdp.datalake.model
Class ResizeDatalakeResponse
- java.lang.Object
-
- com.cloudera.cdp.client.BaseResponse
-
- com.cloudera.cdp.client.CdpResponse
-
- com.cloudera.cdp.datalake.model.ResizeDatalakeResponse
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.056-07:00") public class ResizeDatalakeResponse extends CdpResponse
Datalake resize response.
-
-
Field Summary
-
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
-
Constructor Summary
Constructors Constructor Description ResizeDatalakeResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCloudbreakVersion()
Getter for cloudbreakVersion.String
getDatalakeCrn()
Getter for datalakeCrn.String
getDatalakeName()
Getter for datalakeName.String
getEnvironmentCrn()
Getter for environmentCrn.String
getRuntime()
Getter for runtime.String
getStatus()
Getter for status.String
getStatusReason()
Getter for statusReason.int
hashCode()
void
setCloudbreakVersion(String cloudbreakVersion)
Setter for cloudbreakVersion.void
setDatalakeCrn(String datalakeCrn)
Setter for datalakeCrn.void
setDatalakeName(String datalakeName)
Setter for datalakeName.void
setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn.void
setRuntime(String runtime)
Setter for runtime.void
setStatus(String status)
Setter for status.void
setStatusReason(String statusReason)
Setter for statusReason.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
Method Detail
-
getDatalakeName
public String getDatalakeName()
Getter for datalakeName. The name of the datalake. This will remain the same for the datalake created by the resize process.
-
setDatalakeName
public void setDatalakeName(String datalakeName)
Setter for datalakeName. The name of the datalake. This will remain the same for the datalake created by the resize process.
-
getDatalakeCrn
public String getDatalakeCrn()
Getter for datalakeCrn. The CRN of the datalake. This will remain the same for the datalake created by the resize process.
-
setDatalakeCrn
public void setDatalakeCrn(String datalakeCrn)
Setter for datalakeCrn. The CRN of the datalake. This will remain the same for the datalake created by the resize process.
-
getEnvironmentCrn
public String getEnvironmentCrn()
Getter for environmentCrn. The CRN of the environment the datalake is attached to. This will remain the same for the datalake created by the resize process.
-
setEnvironmentCrn
public void setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn. The CRN of the environment the datalake is attached to. This will remain the same for the datalake created by the resize process.
-
getRuntime
public String getRuntime()
Getter for runtime. The runtime of the datalake. This will remain the same for the datalake created by the resize process.
-
setRuntime
public void setRuntime(String runtime)
Setter for runtime. The runtime of the datalake. This will remain the same for the datalake created by the resize process.
-
getStatus
public String getStatus()
Getter for status. The current status of the datalake.
-
setStatus
public void setStatus(String status)
Setter for status. The current status of the datalake.
-
getStatusReason
public String getStatusReason()
Getter for statusReason. The reason for the current status of the datalake.
-
setStatusReason
public void setStatusReason(String statusReason)
Setter for statusReason. The reason for the current status of the datalake.
-
getCloudbreakVersion
public String getCloudbreakVersion()
Getter for cloudbreakVersion. The Cloudbreak version used to create the data lake.
-
setCloudbreakVersion
public void setCloudbreakVersion(String cloudbreakVersion)
Setter for cloudbreakVersion. The Cloudbreak version used to create the data lake.
-
-