Class EntriesGroupIot
java.lang.Object
net.atthegate.server.service.serviceModels.EntriesGroupIot
- All Implemented Interfaces:
Comparable<EntriesGroupIot>
Model for entries grouping
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEntry
(IotEntryReport entry) int
getName()
boolean
getTotal()
-
Field Details
-
name
-
showName
public boolean showName -
entries
-
-
Constructor Details
-
EntriesGroupIot
public EntriesGroupIot()
-
-
Method Details
-
getName
-
getShowName
public boolean getShowName() -
getTotal
-
getEntries
-
addEntry
-
compareTo
- Specified by:
compareTo
in interfaceComparable<EntriesGroupIot>
-