Package io.atlasmap.v2
Class PadStringLeft
java.lang.Object
io.atlasmap.v2.Action
io.atlasmap.v2.PadStringLeft
- All Implemented Interfaces:
FieldAction
,Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the padCharacter property.Gets the value of the padCount property.void
setPadCharacter
(String value) Sets the value of the padCharacter property.void
setPadCount
(Integer value) Sets the value of the padCount property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.atlasmap.v2.FieldAction
getDisplayName
-
Field Details
-
padCharacter
-
padCount
-
-
Constructor Details
-
PadStringLeft
public PadStringLeft()
-
-
Method Details
-
getPadCharacter
Gets the value of the padCharacter property.- Returns:
- possible object is
String
-
setPadCharacter
Sets the value of the padCharacter property.- Parameters:
value
- allowed object isString
-
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 isInteger
-