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.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for parameterGroups.inthashCode()voidsetParameterGroups(List<ParameterGroupSummary> parameterGroups) Setter for parameterGroups.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ListParameterGroupsResponse
public ListParameterGroupsResponse()
-
-
Method Details
-
getParameterGroups
Getter for parameterGroups. A list of parameter groups. -
setParameterGroups
Setter for parameterGroups. A list of parameter groups. -
equals
-
hashCode
public int hashCode() -
toString
-