@Generated(value="com.palantir.conjure.java.types.UnionGenerator")
public final class Event
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Event.BuildStageVisitorBuilder<T> |
static interface |
Event.ClusterWaitStageVisitorBuilder<T> |
static interface |
Event.Completed_StageVisitorBuilder<T> |
static interface |
Event.LogCollectionStageVisitorBuilder<T> |
static interface |
Event.PullStageVisitorBuilder<T> |
static interface |
Event.ShutdownStageVisitorBuilder<T> |
static interface |
Event.ShutdownStopStageVisitorBuilder<T> |
static interface |
Event.UnknownStageVisitorBuilder<T> |
static interface |
Event.UpStageVisitorBuilder<T> |
static interface |
Event.Visitor<T> |
static interface |
Event.WaitForServicesStageVisitorBuilder<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(Event.Visitor<T> visitor) |
static Event |
build(BuildEvent value) |
static Event |
clusterWait(ClusterWaitEvent value) |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
static Event |
logCollection(LogCollectionEvent value) |
static Event |
pull(PullEvent value) |
static Event |
shutdown(ShutdownEvent value) |
static Event |
shutdownStop(ShutdownStopEvent value) |
java.lang.String |
toString() |
static Event |
up(UpEvent value) |
static Event |
waitForServices(WaitForServicesEvent value) |
public static Event build(BuildEvent value)
public static Event waitForServices(WaitForServicesEvent value)
public static Event clusterWait(ClusterWaitEvent value)
public static Event shutdownStop(ShutdownStopEvent value)
public static Event logCollection(LogCollectionEvent value)
public static Event shutdown(ShutdownEvent value)
public <T> T accept(Event.Visitor<T> visitor)
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object