public class BulkheadOnCallFinishedEvent
extends java.lang.Object
BulkheadEvent.Type| Constructor and Description |
|---|
BulkheadOnCallFinishedEvent(java.lang.String bulkheadName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBulkheadName()
Returns the name of the bulkhead which has created the event.
|
java.time.ZonedDateTime |
getCreationTime()
Returns the creation time of bulkhead event.
|
BulkheadEvent.Type |
getEventType()
Returns the type of the bulkhead event.
|
java.lang.String |
toString() |
public BulkheadOnCallFinishedEvent(java.lang.String bulkheadName)
public BulkheadEvent.Type getEventType()
BulkheadEventpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getBulkheadName()
BulkheadEventgetBulkheadName in interface BulkheadEventpublic java.time.ZonedDateTime getCreationTime()
BulkheadEventgetCreationTime in interface BulkheadEvent