Class Dashboard
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractOrganizableObject
-
- step.plugins.analytics.grafana.dashboard.Dashboard
-
- All Implemented Interfaces:
step.core.objectenricher.EnricheableObject
public class Dashboard extends step.core.accessors.AbstractOrganizableObject implements step.core.objectenricher.EnricheableObject
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
entityName
-
Constructor Summary
Constructors Constructor Description Dashboard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getUid()
void
setUid(java.lang.String uid)
-
Methods inherited from class step.core.accessors.AbstractOrganizableObject
addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
-
Methods inherited from class step.core.accessors.AbstractIdentifiableObject
addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
-
-
-
-
Field Detail
-
entityName
public static final java.lang.String entityName
- See Also:
- Constant Field Values
-
-