Class KpiContextGroup

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.696-07:00") public class KpiContextGroup extends Object
Captures the use of a KPI in the context of a process group
  • Constructor Details

    • KpiContextGroup

      public KpiContextGroup()
  • Method Details

    • getId

      public String getId()
      Getter for id. The id of the containing process group
    • setId

      public void setId(String id)
      Setter for id. The id of the containing process group
    • getName

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

      public void setName(String name)
      Setter for name. The name of the containing process group
    • getScopeComponents

      public List<KpiScopeComponent> getScopeComponents()
      Getter for scopeComponents. The scope components of the group
    • setScopeComponents

      public void setScopeComponents(List<KpiScopeComponent> scopeComponents)
      Setter for scopeComponents. The scope components of the 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