Class ParameterGroupSummary
java.lang.Object
com.cloudera.cdp.dfworkload.model.ParameterGroupSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-06-05T07:54:45.482-07:00")
public class ParameterGroupSummary
extends Object
Summary of a parameter group.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for created.Getter for createdBy.getCrn()Getter for crn.Getter for description.getId()Getter for id.getName()Getter for name.Getter for projectId.Getter for projectSummary.Getter for source.Getter for updated.Getter for usages.Getter for version.inthashCode()voidsetCreated(Long created) Setter for created.voidsetCreatedBy(String createdBy) Setter for createdBy.voidSetter for crn.voidsetDescription(String description) Setter for description.voidSetter for id.voidSetter for name.voidsetProjectId(String projectId) Setter for projectId.voidsetProjectSummary(ProjectSummary projectSummary) Setter for projectSummary.voidSetter for source.voidsetUpdated(Long updated) Setter for updated.voidsetUsages(List<ParameterGroupUsage> usages) Setter for usages.voidsetVersion(Long version) Setter for version.toString()
-
Constructor Details
-
ParameterGroupSummary
public ParameterGroupSummary()
-
-
Method Details
-
getName
Getter for name. The name of the parameter group. -
setName
Setter for name. The name of the parameter group. -
getId
Getter for id. The parameter group ID. -
setId
Setter for id. The parameter group ID. -
getSource
Getter for source. The source of parameter group creation. -
setSource
Setter for source. The source of parameter group creation. -
getProjectId
Getter for projectId. Optional project ID that parameter group is assigned to. -
setProjectId
Setter for projectId. Optional project ID that parameter group is assigned to. -
getProjectSummary
Getter for projectSummary. Optional project summary that the parameter group is assigned to. -
setProjectSummary
Setter for projectSummary. Optional project summary that the parameter group is assigned to. -
getUsages
Getter for usages. The list of usages where this parameter group is used. -
setUsages
Setter for usages. The list of usages where this parameter group is used. -
getCreated
Getter for created. Creation timestamp of the parameter group. -
setCreated
Setter for created. Creation timestamp of the parameter group. -
getUpdated
Getter for updated. Timestamp of the last time the parameter group was modified. -
setUpdated
Setter for updated. Timestamp of the last time the parameter group was modified. -
getDescription
Getter for description. The description of the parameter group. -
setDescription
Setter for description. The description of the parameter group. -
getCrn
Getter for crn. The CRN of the Parameter Group. -
setCrn
Setter for crn. The CRN of the Parameter Group. -
getCreatedBy
Getter for createdBy. The username of the creator of the parameter group. -
setCreatedBy
Setter for createdBy. The username of the creator of the parameter group. -
getVersion
Getter for version. The version of the parameter group. -
setVersion
Setter for version. The version of the parameter group. -
equals
-
hashCode
public int hashCode() -
toString
-