Class ComponentDetails

    • Constructor Detail

      • ComponentDetails

        public ComponentDetails()
    • Method Detail

      • getComponentName

        public String getComponentName()
        The name of the component.
      • setComponentName

        public void setComponentName​(String componentName)
        The name of the component.
      • withComponentName

        public ComponentDetails withComponentName​(String componentName)
        The name of the component.
      • getVersion

        public String getVersion()
        The version of the component.
      • setVersion

        public void setVersion​(String version)
        The version of the component.
      • getStateAsString

        public String getStateAsString()
        The state of the component.
      • setState

        public void setState​(String state)
        The state of the component.
      • setState

        public void setState​(LifecycleState state)
        The state of the component.
      • getConfiguration

        public Map<String,​Object> getConfiguration()
        The component's configuration as a JSON object.
      • setConfiguration

        public void setConfiguration​(Map<String,​Object> configuration)
        The component's configuration as a JSON object.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object