public class ReplaceFirst extends Action implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
match |
protected String |
newString |
Constructor and Description |
---|
ReplaceFirst() |
Modifier and Type | Method and Description |
---|---|
String |
getMatch()
Gets the value of the match property.
|
String |
getNewString()
Gets the value of the newString property.
|
void |
setMatch(String value)
Sets the value of the match property.
|
void |
setNewString(String value)
Sets the value of the newString property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName
public String getMatch()
String
@JsonPropertyDescription(value="The string to match") public void setMatch(String value)
value
- allowed object is
String
public String getNewString()
String
Copyright © 2019 JBoss by Red Hat. All rights reserved.