Class AddSeconds

java.lang.Object
io.atlasmap.v2.Action
io.atlasmap.v2.AddSeconds
All Implemented Interfaces:
FieldAction, Serializable

public class AddSeconds extends Action implements Serializable
See Also:
  • Field Details

    • seconds

      protected Integer seconds
  • Constructor Details

    • AddSeconds

      public AddSeconds()
  • Method Details

    • getSeconds

      public Integer getSeconds()
      Gets the value of the seconds property.
      Returns:
      possible object is Integer
    • setSeconds

      @JsonPropertyDescription("The number of seconds to add") public void setSeconds(Integer value)
      Sets the value of the seconds property.
      Parameters:
      value - allowed object is Integer