Class KpiContextGroup
java.lang.Object
com.cloudera.cdp.dfworkload.model.KpiContextGroup
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
           date="2025-10-28T14:00:31.001-07:00")
public class KpiContextGroup
extends Object
Captures the use of a KPI in the context of a process group
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Getter for id.getName()Getter for name.Getter for scopeComponents.inthashCode()voidSetter for id.voidSetter for name.voidsetScopeComponents(List<KpiScopeComponent> scopeComponents) Setter for scopeComponents.toString() 
- 
Constructor Details
- 
KpiContextGroup
public KpiContextGroup() 
 - 
 - 
Method Details
- 
getId
Getter for id. The id of the containing process group - 
setId
Setter for id. The id of the containing process group - 
getName
Getter for name. The name of the containing process group - 
setName
Setter for name. The name of the containing process group - 
getScopeComponents
Getter for scopeComponents. The scope components of the group - 
setScopeComponents
Setter for scopeComponents. The scope components of the group - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -