Package com.soffid.iam.base.api
Class Stats
java.lang.Object
com.soffid.iam.base.api.Stats
- All Implemented Interfaces:
Serializable
ValueObject Stats
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets value for attribute nameGets value for attribute seriesgetTags()Gets value for attribute tagsvoidSets value for attribute namevoidsetSeries(HashMap<String, List<StatsSample>> series) Sets value for attribute seriesvoidSets value for attribute tagstoString()Returns a string representation of the value object.
-
Constructor Details
-
Stats
public Stats() -
Stats
-
Stats
-
-
Method Details
-
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getTags
Gets value for attribute tags -
setTags
Sets value for attribute tags -
getSeries
Gets value for attribute series -
setSeries
Sets value for attribute series -
toString
Returns a string representation of the value object.
-