public class Concatenate extends Action implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
delimiter |
protected Boolean |
delimitingEmptyValues |
Constructor and Description |
---|
Concatenate() |
Modifier and Type | Method and Description |
---|---|
String |
getDelimiter()
Gets the value of the delimiter property.
|
Boolean |
getDelimitingEmptyValues() |
void |
setDelimiter(String value)
Sets the value of the delimiter property.
|
void |
setDelimitingEmptyValues(Boolean delimitingEmptyValues) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName
protected String delimiter
protected Boolean delimitingEmptyValues
public String getDelimiter()
String
public Boolean getDelimitingEmptyValues()
true
if delimiting empty values@JsonPropertyDescription(value="The delimiter string to concatenate input strings with") public void setDelimiter(String value)
value
- allowed object is
String
@JsonPropertyDescription(value="Determines if delimiters are added around empty values") public void setDelimitingEmptyValues(Boolean delimitingEmptyValues)
delimitingEmptyValues
- true
if delimiting empty valuesCopyright © 2017–2021 Red Hat, Inc.. All rights reserved.