public class SystemEventDetailDTO extends Object implements SystemEventDetail
SystemEventDetail
entity during event consumption. The dto is used
when system event compression has taken place. See SystemEventCompressionHelper
for more information.Modifier and Type | Field and Description |
---|---|
protected Serializable |
blob |
protected SystemEvent |
event |
protected String |
friendlyName |
protected String |
longValue |
protected String |
name |
protected String |
value |
Constructor and Description |
---|
SystemEventDetailDTO(SystemEventDetail detail,
SystemEvent eventDTO) |
Modifier and Type | Method and Description |
---|---|
Serializable |
getBlob()
Can be used if a large piece of binary data should accompany the event
|
SystemEvent |
getEvent() |
String |
getFriendlyName() |
Long |
getId() |
String |
getLongValue()
A value whose length is greater than a standard 255 character string.
|
String |
getName() |
String |
getValue()
A short value - less than 255 characters
|
void |
setBlob(Serializable blob) |
void |
setEvent(SystemEvent event) |
void |
setFriendlyName(String friendlyName) |
void |
setId(Long id) |
void |
setLongValue(String val) |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
protected SystemEvent event
protected String name
protected String friendlyName
protected String value
protected String longValue
protected Serializable blob
public SystemEventDetailDTO(SystemEventDetail detail, SystemEvent eventDTO)
public Serializable getBlob()
SystemEventDetail
getBlob
in interface SystemEventDetail
public void setBlob(Serializable blob)
setBlob
in interface SystemEventDetail
public SystemEvent getEvent()
getEvent
in interface SystemEventDetail
public void setEvent(SystemEvent event)
setEvent
in interface SystemEventDetail
public Long getId()
getId
in interface ScheduledDetail
public void setId(Long id)
setId
in interface ScheduledDetail
public String getFriendlyName()
getFriendlyName
in interface ScheduledDetail
public void setFriendlyName(String friendlyName)
setFriendlyName
in interface ScheduledDetail
public String getName()
getName
in interface ScheduledDetail
public void setName(String name)
setName
in interface ScheduledDetail
public String getValue()
ScheduledDetail
getValue
in interface ScheduledDetail
public void setValue(String value)
setValue
in interface ScheduledDetail
public void setLongValue(String val)
setLongValue
in interface ScheduledDetail
public String getLongValue()
ScheduledDetail
getLongValue
in interface ScheduledDetail
Copyright © 2019. All rights reserved.