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

java.lang.Object
com.hp.lft.sdk.EnvironmentDescription.Init<T>
Direct Known Subclasses:
EnvironmentDescription.Builder
Enclosing class:
EnvironmentDescription

protected abstract static class EnvironmentDescription.Init<T extends EnvironmentDescription.Init<T>> extends Object
Helper class for EnvironmentDescription.Builder.
  • Constructor Details

    • Init

      protected Init()
  • Method Details

    • self

      protected abstract T self()
    • build

      public EnvironmentDescription build()
    • 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).