Package com.gooddata.sdk.model.project
Class ProjectValidationResultSliElParam
java.lang.Object
com.gooddata.sdk.model.project.ProjectValidationResultParam
com.gooddata.sdk.model.project.ProjectValidationResultSliElParam
-
Method Summary
-
Method Details
-
getIds
- Returns:
- list of IDs. IDs are primary property of this param.
-
getVals
- Returns:
- list of values. Values have only informative character and are connected to IDs.
- See Also:
-
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:
-
equals
-
hashCode
public int hashCode() -
toString
-