public class PadStringLeft extends Action implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
padCharacter |
protected Integer |
padCount |
Constructor and Description |
---|
PadStringLeft() |
Modifier and Type | Method and Description |
---|---|
String |
getPadCharacter()
Gets the value of the padCharacter property.
|
Integer |
getPadCount()
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName
public String getPadCharacter()
String
@JsonPropertyDescription(value="The character to fill padding") public void setPadCharacter(String value)
value
- allowed object is
String
public Integer getPadCount()
Integer
Copyright © 2021 JBoss by Red Hat. All rights reserved.