public class SubString extends Action implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Integer |
endIndex |
protected Integer |
startIndex |
Constructor and Description |
---|
SubString() |
Modifier and Type | Method and Description |
---|---|
Integer |
getEndIndex()
Gets the value of the endIndex property.
|
Integer |
getStartIndex()
Gets the value of the startIndex property.
|
void |
setEndIndex(Integer value)
Sets the value of the endIndex property.
|
void |
setStartIndex(Integer value)
Sets the value of the startIndex property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName
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
Copyright © 2017–2021 Red Hat, Inc.. All rights reserved.