public class ProjectValidationResultSliElParam extends ProjectValidationResultParam
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
asMap()
Returns map of tuples
<ID, value>. |
boolean |
equals(Object o) |
List<String> |
getIds()
Returns list of IDs.
|
List<String> |
getVals()
Returns list of values.
|
int |
hashCode() |
String |
toString() |
public List<String> getVals()
getIds()public Map<String,String> asMap()
<ID, value>. Tuples are constructed from lists of IDs and values
according these assumptions:
null when ids are null or map of tuplesIllegalStateException - null and vals are nullgetIds(),
getVals()Copyright © 2016. All Rights Reserved.