Class KpiScopeMetaData
java.lang.Object
com.cloudera.cdp.dfworkload.model.KpiScopeMetaData
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class KpiScopeMetaData
extends Object
Provides scoping meta data for use during KPI creation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for contextGroups.Getter for contextLabel.getLabel()
Getter for label.Getter for metricTypes.getType()
Getter for type.int
hashCode()
void
setContextGroups
(List<KpiContextGroup> contextGroups) Setter for contextGroups.void
setContextLabel
(String contextLabel) Setter for contextLabel.void
Setter for label.void
setMetricTypes
(List<KpiScopeMetricType> metricTypes) Setter for metricTypes.void
Setter for type.toString()
-
Constructor Details
-
KpiScopeMetaData
public KpiScopeMetaData()
-
-
Method Details
-
getType
Getter for type. The type of the scope -
setType
Setter for type. The type of the scope -
getMetricTypes
Getter for metricTypes. The available metric types for the chosen scope type -
setMetricTypes
Setter for metricTypes. The available metric types for the chosen scope type -
getLabel
Getter for label. The label to use for the chosen scope type -
setLabel
Setter for label. The label to use for the chosen scope type -
getContextGroups
Getter for contextGroups. The context identifiers for the chosen scope type -
setContextGroups
Setter for contextGroups. The context identifiers for the chosen scope type -
getContextLabel
Getter for contextLabel. The label to use for the context identifier, which depends on scope type. -
setContextLabel
Setter for contextLabel. The label to use for the context identifier, which depends on scope type. -
equals
-
hashCode
public int hashCode() -
toString
-