Class IntegerDeltaOption.IntegerDeltaOptionBuilder

java.lang.Object
org.ivoa.dm.executionbroker.IntegerDeltaOption.IntegerDeltaOptionBuilder
Enclosing class:
IntegerDeltaOption

public static class IntegerDeltaOption.IntegerDeltaOptionBuilder extends Object
A builder class for IntegerDeltaOption, mainly for use in the functional builder pattern.
  • Field Details

    • min

      public Integer min
      The minimum change that can be applied.
    • max

      public Integer max
      The maximum change that can be applied.
    • units

      public String units
      The units used for the maximum and minimum values and the default units used for the update. The client may specify different units in the update if they need to.
    • kind

      public String kind
      The kind of option.
    • path

      public String path
      The path this option applies to.
  • Constructor Details

    • IntegerDeltaOptionBuilder

      public IntegerDeltaOptionBuilder()
  • Method Details

    • create

      public IntegerDeltaOption create()
      create a IntegerDeltaOption from this builder.
      Returns:
      an object initialized from the builder.