public class StringList extends Object implements Serializable
| Constructor and Description | 
|---|
StringList()  | 
StringList(List<String> strings)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
getStrings()  | 
void | 
setStrings(List<String> strings)  | 
public StringList()
public StringList(List<String> strings)
public List<String> getStrings()
public void setStrings(List<String> strings)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.