com.hp.lft.sdk

Class DescriptionBase.Builder

  • Enclosing class:
    DescriptionBase


    public static class DescriptionBase.Builder
    extends DescriptionBase.Init<DescriptionBase.Builder>
    This class can be used to construct an instance of the DescriptionBase class using the builder pattern.
    Usage example: DescriptionBase description = new DescriptionBase.Builder().index(2).build();
    • Constructor Summary

      Constructor and Description
      Builder() 
    • Method Summary

      Modifier and TypeMethod and Description
      protected DescriptionBase.Builderself() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait