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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCrn()Getter for crn.Getter for deleting.Getter for description.getId()Getter for id.getName()Getter for name.Getter for workloadAdministrationGroup.inthashCode()voidSetter for crn.voidsetDeleting(Boolean deleting) Setter for deleting.voidsetDescription(String description) Setter for description.voidSetter for id.voidSetter for name.voidsetWorkloadAdministrationGroup(String workloadAdministrationGroup) Setter for workloadAdministrationGroup.toString()
-
Constructor Details
-
ProjectSummary
public ProjectSummary()
-
-
Method Details
-
getId
Getter for id. The ID of the project. -
setId
Setter for id. The ID of the project. -
getCrn
Getter for crn. The CRN of the project. -
setCrn
Setter for crn. The CRN of the project. -
getName
Getter for name. The name of the group. -
setName
Setter for name. The name of the group. -
getDescription
Getter for description. The description of the group. -
setDescription
Setter for description. The description of the group. -
getWorkloadAdministrationGroup
Getter for workloadAdministrationGroup. The name of the workload administration group for this project. -
setWorkloadAdministrationGroup
Setter for workloadAdministrationGroup. The name of the workload administration group for this project. -
getDeleting
Getter for deleting. Indicates the project is in the process of being deleted. -
setDeleting
Setter for deleting. Indicates the project is in the process of being deleted. -
equals
-
hashCode
public int hashCode() -
toString
-