public interface IONotification extends IODocumentWrapper
CLASS_NAME| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_NAME |
| Modifier and Type | Method and Description |
|---|---|
default IONotification |
addStatusHistory(IONotificationStatusHistory history) |
default IONotification |
addStatusHistory(com.orientechnologies.orient.core.record.impl.ODocument history) |
Date |
getCreated() |
String |
getId() |
com.orientechnologies.orient.core.record.impl.ODocument |
getStatus() |
List<com.orientechnologies.orient.core.record.impl.ODocument> |
getStatusHistories() |
com.orientechnologies.orient.core.record.impl.ODocument |
getTransport() |
IONotification |
setCreated(Date created) |
IONotification |
setId(String id) |
IONotification |
setStatus(com.orientechnologies.orient.core.record.impl.ODocument status) |
IONotification |
setStatusHistories(List<com.orientechnologies.orient.core.record.impl.ODocument> histories) |
IONotification |
setTransport(com.orientechnologies.orient.core.record.impl.ODocument transport) |
fromStream, getDocument, load, load, load, load, reload, reload, reload, save, save, toStreamstatic final String CLASS_NAME
String getId()
IONotification setId(String id)
Date getCreated()
IONotification setCreated(Date created)
com.orientechnologies.orient.core.record.impl.ODocument getStatus()
IONotification setStatus(com.orientechnologies.orient.core.record.impl.ODocument status)
List<com.orientechnologies.orient.core.record.impl.ODocument> getStatusHistories()
IONotification setStatusHistories(List<com.orientechnologies.orient.core.record.impl.ODocument> histories)
com.orientechnologies.orient.core.record.impl.ODocument getTransport()
IONotification setTransport(com.orientechnologies.orient.core.record.impl.ODocument transport)
default IONotification addStatusHistory(com.orientechnologies.orient.core.record.impl.ODocument history)
default IONotification addStatusHistory(IONotificationStatusHistory history)
Copyright © 2020. All rights reserved.