Class ListParameterGroupsResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dfworkload.model.ListParameterGroupsResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-06-05T07:54:45.482-07:00") public class ListParameterGroupsResponse extends CdpResponse
Response object for listing parameter groups.
  • Constructor Details

    • ListParameterGroupsResponse

      public ListParameterGroupsResponse()
  • Method Details

    • getParameterGroups

      public List<ParameterGroupSummary> getParameterGroups()
      Getter for parameterGroups. A list of parameter groups.
    • setParameterGroups

      public void setParameterGroups(List<ParameterGroupSummary> parameterGroups)
      Setter for parameterGroups. A list of parameter groups.
    • 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