public class MonitoringDto extends Object implements Serializable
getData()
and getTimestamp()
.Constructor and Description |
---|
MonitoringDto() |
MonitoringDto(Date timestamp,
String data) |
Modifier and Type | Method and Description |
---|---|
String |
getData() |
Date |
getTimestamp() |
void |
setData(String data) |
void |
setTimestamp(Date timestamp) |
public Date getTimestamp()
public String getData()
public void setTimestamp(Date timestamp)
public void setData(String data)
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.