Package com.gooddata.project
Class ProjectValidationResultSliElParam
- java.lang.Object
-
- com.gooddata.project.ProjectValidationResultParam
-
- com.gooddata.project.ProjectValidationResultSliElParam
-
public class ProjectValidationResultSliElParam extends ProjectValidationResultParam
-
-
Method Detail
-
getVals
public List<String> getVals()
- Returns:
- list of values. Values have only informative character and are connected to IDs.
- See Also:
getIds()
-
asMap
public Map<String,String> asMap()
Returns map of tuples<ID, value>. Tuples are constructed from lists of IDs and values according these assumptions:- Sizes of both lists are equal.
- ID and it's corresponding value are on the same index.
- Returns:
nullwhen ids arenullor map of tuples- Throws:
IllegalStateException-- when ids are not
nulland vals arenull - when sizes of ids and vals lists are not equal
- when ids are not
- See Also:
getIds(),getVals()
-
-