com.hp.lft.sdk

Class EnvironmentDescription.Init<T extends EnvironmentDescription.Init<T>>

    • Constructor Detail

      • EnvironmentDescription.Init

        protected EnvironmentDescription.Init()
    • Method Detail

      • self

        protected abstract T self()
      • set

        public T set(String capability,
            Object value)
        Initializes an EnvironmentDescription capability to the specified value.
        Parameters:
        capability - The name of the capability to set a value for.
        value - The new value of the capability.
        Returns:
        the updated description instance (builder pattern).