Class Event
- java.lang.Object
-
- com.palantir.docker.compose.events.Event
-
@Generated("com.palantir.conjure.java.types.UnionGenerator") public final class Event extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEvent.BuildStageVisitorBuilder<T>static interfaceEvent.ClusterWaitStageVisitorBuilder<T>static interfaceEvent.Completed_StageVisitorBuilder<T>static interfaceEvent.LogCollectionStageVisitorBuilder<T>static interfaceEvent.PullStageVisitorBuilder<T>static interfaceEvent.ShutdownStageVisitorBuilder<T>static interfaceEvent.ShutdownStopStageVisitorBuilder<T>static interfaceEvent.UnknownStageVisitorBuilder<T>static interfaceEvent.UpStageVisitorBuilder<T>static interfaceEvent.Visitor<T>static interfaceEvent.WaitForServicesStageVisitorBuilder<T>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(Event.Visitor<T> visitor)static Eventbuild(BuildEvent value)static EventclusterWait(ClusterWaitEvent value)booleanequals(java.lang.Object other)inthashCode()static EventlogCollection(LogCollectionEvent value)static Eventpull(PullEvent value)static Eventshutdown(ShutdownEvent value)static EventshutdownStop(ShutdownStopEvent value)java.lang.StringtoString()static Eventup(UpEvent value)static EventwaitForServices(WaitForServicesEvent value)
-
-
-
Method Detail
-
build
public static Event build(BuildEvent value)
-
waitForServices
public static Event waitForServices(WaitForServicesEvent value)
-
clusterWait
public static Event clusterWait(ClusterWaitEvent value)
-
shutdownStop
public static Event shutdownStop(ShutdownStopEvent value)
-
logCollection
public static Event logCollection(LogCollectionEvent value)
-
shutdown
public static Event shutdown(ShutdownEvent value)
-
accept
public <T> T accept(Event.Visitor<T> visitor)
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-