Class KpiContextGroup


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class KpiContextGroup
    extends Object
    Captures the use of a KPI in the context of a process group
    • Constructor Detail

      • KpiContextGroup

        public KpiContextGroup()
    • Method Detail

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object