public class StringList extends Object
Constructor and Description |
---|
StringList(List<String> elements) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getElements()
The elements.
|
void |
setElements(List<String> elements)
The elements.
|
@ConstructorProperties(value="elements") @Generated(value="lombok") public StringList(List<String> elements)
@Generated(value="lombok") public List<String> getElements()
@Generated(value="lombok") public void setElements(List<String> elements)
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.