Package org.correomqtt.gui.model
Class SysTopicPropertiesDTO
java.lang.Object
org.correomqtt.gui.model.SysTopicPropertiesDTO
- All Implemented Interfaces:
Comparable<SysTopicPropertiesDTO>
public class SysTopicPropertiesDTO extends Object implements Comparable<SysTopicPropertiesDTO>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSysTopicPropertiesDTO.SysTopicPropertiesDTOBuilder -
Constructor Summary
Constructors Constructor Description SysTopicPropertiesDTO() -
Method Summary
Modifier and Type Method Description intcompareTo(SysTopicPropertiesDTO other)booleanequals(Object o)static javafx.util.Callback<SysTopicPropertiesDTO,javafx.beans.Observable[]>extractor()StringgetAggregatedPayload()LocalDateTimegetDateTime()StringgetPayload()StringgetTopic()inthashCode()voidsetMin1(String min1)voidsetMin15(String min15)voidsetMin5(String min5)voidsetPayload(String payload)StringtoString()
-
Constructor Details
-
SysTopicPropertiesDTO
public SysTopicPropertiesDTO()
-
-
Method Details
-
extractor
-
setMin1
-
setMin5
-
setMin15
-
getTopic
-
getPayload
-
setPayload
-
getDateTime
-
toString
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<SysTopicPropertiesDTO>
-
getAggregatedPayload
-