Class IntegerValueUpdate.IntegerValueUpdateBuilder

java.lang.Object
org.ivoa.dm.executionbroker.IntegerValueUpdate.IntegerValueUpdateBuilder
Enclosing class:
IntegerValueUpdate

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

    • value

      public Integer value
      The integer value to use.
    • units

      public String units
      The units to use for the value.
    • kind

      public String kind
      The kind of update.
    • path

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

    • IntegerValueUpdateBuilder

      public IntegerValueUpdateBuilder()
  • Method Details

    • create

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