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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
Getter for id.getName()
Getter for name.Getter for scopeComponents.int
hashCode()
void
Setter for id.void
Setter for name.void
setScopeComponents
(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
-