Class PadStringRight

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

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

    • padCharacter

      protected String padCharacter
    • padCount

      protected Integer padCount
  • Constructor Details

    • PadStringRight

      public PadStringRight()
  • Method Details

    • getPadCharacter

      public String getPadCharacter()
      Gets the value of the padCharacter property.
      Returns:
      possible object is String
    • setPadCharacter

      @JsonPropertyDescription("The character to fill padding") public void setPadCharacter(String value)
      Sets the value of the padCharacter property.
      Parameters:
      value - allowed object is String
    • getPadCount

      public Integer getPadCount()
      Gets the value of the padCount property.
      Returns:
      possible object is Integer
    • setPadCount

      @JsonPropertyDescription("The number of padding character to fill") public void setPadCount(Integer value)
      Sets the value of the padCount property.
      Parameters:
      value - allowed object is Integer