Package com.cloudera.cdp.de.model
Class VcSummary
java.lang.Object
com.cloudera.cdp.de.model.VcSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.658-07:00")
public class VcSummary
extends Object
CDE virtual cluster summary.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterId.Getter for creatorEmail.Getter for creatorName.Getter for status.getVcId()
Getter for vcId.Getter for vcName.Getter for vcUiUrl.int
hashCode()
void
setClusterId
(String clusterId) Setter for clusterId.void
setCreatorEmail
(String creatorEmail) Setter for creatorEmail.void
setCreatorName
(String creatorName) Setter for creatorName.void
Setter for status.void
Setter for vcId.void
Setter for vcName.void
setVcUiUrl
(String vcUiUrl) Setter for vcUiUrl.toString()
-
Constructor Details
-
VcSummary
public VcSummary()
-
-
Method Details
-
getVcId
Getter for vcId. Virtual Cluster ID. -
setVcId
Setter for vcId. Virtual Cluster ID. -
getVcName
Getter for vcName. Name of the CDE Virtual Cluster. -
setVcName
Setter for vcName. Name of the CDE Virtual Cluster. -
getClusterId
Getter for clusterId. Cluster ID of the CDE service that contains the virtual cluster. -
setClusterId
Setter for clusterId. Cluster ID of the CDE service that contains the virtual cluster. -
getStatus
Getter for status. Status of the Virtual Cluster. -
setStatus
Setter for status. Status of the Virtual Cluster. -
getVcUiUrl
Getter for vcUiUrl. Url for the Virtual Cluster UI. -
setVcUiUrl
Setter for vcUiUrl. Url for the Virtual Cluster UI. -
getCreatorEmail
Getter for creatorEmail. Email Address of the Creator. -
setCreatorEmail
Setter for creatorEmail. Email Address of the Creator. -
getCreatorName
Getter for creatorName. Name of the Creator. -
setCreatorName
Setter for creatorName. Name of the Creator. -
equals
-
hashCode
public int hashCode() -
toString
-