public class SubStringAfter extends Action implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Integer |
endIndex |
protected String |
match |
protected Integer |
startIndex |
Constructor and Description |
---|
SubStringAfter() |
Modifier and Type | Method and Description |
---|---|
Integer |
getEndIndex()
Gets the value of the endIndex property.
|
String |
getMatch()
Gets the value of the match property.
|
Integer |
getStartIndex()
Gets the value of the startIndex property.
|
void |
setEndIndex(Integer value)
Sets the value of the endIndex property.
|
void |
setMatch(String value)
Sets the value of the match property.
|
void |
setStartIndex(Integer value)
Sets the value of the startIndex property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName
protected Integer startIndex
protected Integer endIndex
protected String match
public Integer getStartIndex()
Integer
@JsonPropertyDescription(value="The start index to substring") public void setStartIndex(Integer value)
value
- allowed object is
Integer
public Integer getEndIndex()
Integer
@JsonPropertyDescription(value="The end index to substring") public void setEndIndex(Integer value)
value
- allowed object is
Integer
public String getMatch()
String
Copyright © 2021 JBoss by Red Hat. All rights reserved.