public class NotificationDTO extends Object
| Constructor and Description |
|---|
NotificationDTO(Cable cable,
Endpoint endpoint,
String cableName,
CableColumn cableColumn)
Constructs a new data transfer object for notification.
|
NotificationDTO(Cable cable,
Endpoint endpoint,
String cableName,
CableColumn cableColumn,
String comment)
Constructs a new data transfer object for notification.
|
NotificationDTO(Cable cable,
Endpoint endpoint,
String cableName,
CableColumn cableColumn,
String comment,
String oldValue,
String newValue)
Constructs a new data transfer object for notification.
|
| Modifier and Type | Method and Description |
|---|---|
Cable |
getCable() |
CableColumn |
getCableColumn() |
String |
getCableName() |
String |
getComment() |
Endpoint |
getEndpoint() |
String |
getNewValue() |
String |
getOldValue() |
public NotificationDTO(Cable cable, Endpoint endpoint, String cableName, CableColumn cableColumn)
cable - cable objectendpoint - endpoint objectcableName - cable namecableColumn - cable columnpublic NotificationDTO(Cable cable, Endpoint endpoint, String cableName, CableColumn cableColumn, String comment)
cable - cable objectendpoint - endpoint objectcableName - cable namecableColumn - cable columncomment - commentpublic NotificationDTO(Cable cable, Endpoint endpoint, String cableName, CableColumn cableColumn, String comment, String oldValue, String newValue)
cable - cable objectendpoint - endpoint objectcableName - cable namecableColumn - cable columncomment - commentoldValue - old valuenewValue - new valueCopyright © 2025 European Spallation Source. All rights reserved.