Class VcSummary


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.068-07:00")
    public class VcSummary
    extends Object
    CDE virtual cluster summary.
    • Constructor Detail

      • VcSummary

        public VcSummary()
    • Method Detail

      • getVcId

        public String getVcId()
        Getter for vcId. Virtual Cluster ID.
      • setVcId

        public void setVcId​(String vcId)
        Setter for vcId. Virtual Cluster ID.
      • getVcName

        public String getVcName()
        Getter for vcName. Name of the CDE Virtual Cluster.
      • setVcName

        public void setVcName​(String vcName)
        Setter for vcName. Name of the CDE Virtual Cluster.
      • getClusterId

        public String getClusterId()
        Getter for clusterId. Cluster ID of the CDE service that contains the virtual cluster.
      • setClusterId

        public void setClusterId​(String clusterId)
        Setter for clusterId. Cluster ID of the CDE service that contains the virtual cluster.
      • getStatus

        public String getStatus()
        Getter for status. Status of the Virtual Cluster.
      • setStatus

        public void setStatus​(String status)
        Setter for status. Status of the Virtual Cluster.
      • getVcUiUrl

        public String getVcUiUrl()
        Getter for vcUiUrl. Url for the Virtual Cluster UI.
      • setVcUiUrl

        public void setVcUiUrl​(String vcUiUrl)
        Setter for vcUiUrl. Url for the Virtual Cluster UI.
      • getCreatorEmail

        public String getCreatorEmail()
        Getter for creatorEmail. Email Address of the Creator.
      • setCreatorEmail

        public void setCreatorEmail​(String creatorEmail)
        Setter for creatorEmail. Email Address of the Creator.
      • getCreatorName

        public String getCreatorName()
        Getter for creatorName. Name of the Creator.
      • setCreatorName

        public void setCreatorName​(String creatorName)
        Setter for creatorName. Name of the Creator.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object