public class InfosphereEventsDiscoverEvent extends InfosphereEvents
| Modifier and Type | Field and Description |
|---|---|
protected String |
discoverOperationId |
protected String |
timestampAsLong |
eventType| Constructor and Description |
|---|
InfosphereEventsDiscoverEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiscoverOperationId()
Retrieve the ID of the discovery operation that triggered this event (if any).
|
String |
getTimestampAsLong()
Retrieve the timestamp of the discovery operation as an epoch.
|
void |
setDiscoverOperationId(String discoverOperationId)
Set the ID of the discovery operation that triggered this event.
|
void |
setTimestampAsLong(String timestampAsLong)
Se the timestamp of the discovery operation as an epoch.
|
getEventType, setEventTypeprotected String discoverOperationId
protected String timestampAsLong
public String getDiscoverOperationId()
public void setDiscoverOperationId(String discoverOperationId)
discoverOperationId - that triggered this eventpublic String getTimestampAsLong()
public void setTimestampAsLong(String timestampAsLong)
timestampAsLong - of the discovery operationCopyright © 2018–2021 ODPi. All rights reserved.