Class ProjectSummary

java.lang.Object
com.cloudera.cdp.dfworkload.model.ProjectSummary

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-06-05T07:54:45.482-07:00") public class ProjectSummary extends Object
Provides a summary of the project.
  • Constructor Details

    • ProjectSummary

      public ProjectSummary()
  • Method Details

    • getId

      public String getId()
      Getter for id. The ID of the project.
    • setId

      public void setId(String id)
      Setter for id. The ID of the project.
    • getCrn

      public String getCrn()
      Getter for crn. The CRN of the project.
    • setCrn

      public void setCrn(String crn)
      Setter for crn. The CRN of the project.
    • getName

      public String getName()
      Getter for name. The name of the group.
    • setName

      public void setName(String name)
      Setter for name. The name of the group.
    • getDescription

      public String getDescription()
      Getter for description. The description of the group.
    • setDescription

      public void setDescription(String description)
      Setter for description. The description of the group.
    • getWorkloadAdministrationGroup

      public String getWorkloadAdministrationGroup()
      Getter for workloadAdministrationGroup. The name of the workload administration group for this project.
    • setWorkloadAdministrationGroup

      public void setWorkloadAdministrationGroup(String workloadAdministrationGroup)
      Setter for workloadAdministrationGroup. The name of the workload administration group for this project.
    • getDeleting

      public Boolean getDeleting()
      Getter for deleting. Indicates the project is in the process of being deleted.
    • setDeleting

      public void setDeleting(Boolean deleting)
      Setter for deleting. Indicates the project is in the process of being deleted.
    • 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