public abstract class DataEvent
extends java.lang.Object
Java class for dataEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dataEvent"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="eventId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="eventMetadata"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="entry" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="eventTimestamp" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="eventType" type="{http://event.dataevent.bullhorn.com/}dataEventType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
DataEvent.EventMetadata
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
eventId |
protected DataEvent.EventMetadata |
eventMetadata |
protected long |
eventTimestamp |
protected DataEventType |
eventType |
Constructor and Description |
---|
DataEvent() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventId()
Gets the value of the eventId property.
|
DataEvent.EventMetadata |
getEventMetadata()
Gets the value of the eventMetadata property.
|
long |
getEventTimestamp()
Gets the value of the eventTimestamp property.
|
DataEventType |
getEventType()
Gets the value of the eventType property.
|
void |
setEventId(java.lang.String value)
Sets the value of the eventId property.
|
void |
setEventMetadata(DataEvent.EventMetadata value)
Sets the value of the eventMetadata property.
|
void |
setEventTimestamp(long value)
Sets the value of the eventTimestamp property.
|
void |
setEventType(DataEventType value)
Sets the value of the eventType property.
|
protected java.lang.String eventId
protected DataEvent.EventMetadata eventMetadata
protected long eventTimestamp
protected DataEventType eventType
public java.lang.String getEventId()
String
public void setEventId(java.lang.String value)
value
- allowed object is
String
public DataEvent.EventMetadata getEventMetadata()
DataEvent.EventMetadata
public void setEventMetadata(DataEvent.EventMetadata value)
value
- allowed object is
DataEvent.EventMetadata
public long getEventTimestamp()
public void setEventTimestamp(long value)
public DataEventType getEventType()
DataEventType
public void setEventType(DataEventType value)
value
- allowed object is
DataEventType