Uses of Class
com.soffid.iam.api.StatsSample
-
Packages that use StatsSample Package Description com.soffid.iam.api -
-
Uses of StatsSample in com.soffid.iam.api
Methods in com.soffid.iam.api that return types with arguments of type StatsSample Modifier and Type Method Description HashMap<String,List<StatsSample>>Stats. getSeries()Gets value for attribute seriesMethod parameters in com.soffid.iam.api with type arguments of type StatsSample Modifier and Type Method Description voidStats. setSeries(HashMap<String,List<StatsSample>> series)Sets value for attribute seriesConstructors in com.soffid.iam.api with parameters of type StatsSample Constructor Description StatsSample(StatsSample otherBean)Constructor parameters in com.soffid.iam.api with type arguments of type StatsSample Constructor Description Stats(String name, List<String> tags, HashMap<String,List<StatsSample>> series)
-