Class ParameterGroupUsage

java.lang.Object
com.cloudera.cdp.dfworkload.model.ParameterGroupUsage

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-06-05T07:54:45.482-07:00") public class ParameterGroupUsage extends Object
Represents a resource that uses a parameter group.
  • Constructor Details

    • ParameterGroupUsage

      public ParameterGroupUsage()
  • Method Details

    • getResourceId

      public String getResourceId()
      Getter for resourceId. The ID of the resource that uses the parameter group.
    • setResourceId

      public void setResourceId(String resourceId)
      Setter for resourceId. The ID of the resource that uses the parameter group.
    • getResourceType

      public String getResourceType()
      Getter for resourceType. The type of the resource that uses the parameter group.
    • setResourceType

      public void setResourceType(String resourceType)
      Setter for resourceType. The type of the resource that uses the parameter group.
    • getParentResourceId

      public String getParentResourceId()
      Getter for parentResourceId. The parent-resource ID (e.g., deploymentId when resourceType is DEPLOYED_FLOW).
    • setParentResourceId

      public void setParentResourceId(String parentResourceId)
      Setter for parentResourceId. The parent-resource ID (e.g., deploymentId when resourceType is DEPLOYED_FLOW).
    • getResourceName

      public String getResourceName()
      Getter for resourceName. The name of the resource that uses the parameter group.
    • setResourceName

      public void setResourceName(String resourceName)
      Setter for resourceName. The name of the resource that uses the parameter group.
    • getStatus

      public String getStatus()
      Getter for status. The synchronization status between the parameter group and the resource.
    • setStatus

      public void setStatus(String status)
      Setter for status. The synchronization status between the parameter group and the resource.
    • 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