Class SubString

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

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

    • startIndex

      protected Integer startIndex
    • endIndex

      protected Integer endIndex
  • Constructor Details

    • SubString

      public SubString()
  • Method Details

    • getStartIndex

      public Integer getStartIndex()
      Gets the value of the startIndex property.
      Returns:
      possible object is Integer
    • setStartIndex

      @JsonPropertyDescription("The start index to substring") public void setStartIndex(Integer value)
      Sets the value of the startIndex property.
      Parameters:
      value - allowed object is Integer
    • getEndIndex

      public Integer getEndIndex()
      Gets the value of the endIndex property.
      Returns:
      possible object is Integer
    • setEndIndex

      @JsonPropertyDescription("The end index to substring") public void setEndIndex(Integer value)
      Sets the value of the endIndex property.
      Parameters:
      value - allowed object is Integer