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 Details

    • ParameterGroupSummary

      public ParameterGroupSummary()
  • Method Details

    • getName

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

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

      public String getId()
      Getter for id. The parameter group ID.
    • setId

      public void setId(String id)
      Setter for id. The parameter group ID.
    • getSource

      public String getSource()
      Getter for source. The source of parameter group creation.
    • setSource

      public void setSource(String source)
      Setter for source. The source of parameter group creation.
    • getProjectId

      public String getProjectId()
      Getter for projectId. Optional project ID that parameter group is assigned to.
    • setProjectId

      public void setProjectId(String projectId)
      Setter for projectId. Optional project ID that parameter group is assigned to.
    • getProjectSummary

      public ProjectSummary getProjectSummary()
      Getter for projectSummary. Optional project summary that the parameter group is assigned to.
    • setProjectSummary

      public void setProjectSummary(ProjectSummary projectSummary)
      Setter for projectSummary. Optional project summary that the parameter group is assigned to.
    • getUsages

      public List<ParameterGroupUsage> getUsages()
      Getter for usages. The list of usages where this parameter group is used.
    • setUsages

      public void setUsages(List<ParameterGroupUsage> usages)
      Setter for usages. The list of usages where this parameter group is used.
    • getCreated

      public Long getCreated()
      Getter for created. Creation timestamp of the parameter group.
    • setCreated

      public void setCreated(Long created)
      Setter for created. Creation timestamp of the parameter group.
    • getUpdated

      public Long getUpdated()
      Getter for updated. Timestamp of the last time the parameter group was modified.
    • setUpdated

      public void setUpdated(Long updated)
      Setter for updated. Timestamp of the last time the parameter group was modified.
    • getDescription

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

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

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

      public void setCrn(String crn)
      Setter for crn. The CRN of the Parameter Group.
    • getCreatedBy

      public String getCreatedBy()
      Getter for createdBy. The username of the creator of the parameter group.
    • setCreatedBy

      public void setCreatedBy(String createdBy)
      Setter for createdBy. The username of the creator of the parameter group.
    • getVersion

      public Long getVersion()
      Getter for version. The version of the parameter group.
    • setVersion

      public void setVersion(Long version)
      Setter for version. The version of the parameter group.
    • 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