Class KpiScopeComponent
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.KpiScopeComponent
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.979-07:00") public class KpiScopeComponent extends Object
Provides scoping when defining KPIs
-
-
Constructor Summary
Constructors Constructor Description KpiScopeComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getId()
Getter for id.String
getName()
Getter for name.int
hashCode()
void
setId(String id)
Setter for id.void
setName(String name)
Setter for name.String
toString()
-
-
-
Method Detail
-
getId
public String getId()
Getter for id. The internal id of the scope, for example the connection ID
-
setId
public void setId(String id)
Setter for id. The internal id of the scope, for example the connection ID
-
getName
public String getName()
Getter for name. The child name to show in the hierarchical chooser
-
setName
public void setName(String name)
Setter for name. The child name to show in the hierarchical chooser
-
-