Class ClusterWaitEvent
- java.lang.Object
-
- com.palantir.docker.compose.events.ClusterWaitEvent
-
@Generated("com.palantir.conjure.java.types.BeanGenerator") public final class ClusterWaitEvent extends java.lang.ObjectEvent produced after a cluster wait on a set of services have become healthy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterWaitEvent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterWaitEvent.Builderbuilder()booleanequals(java.lang.Object other)java.util.List<java.lang.String>getServiceNames()TaskgetTask()ClusterWaitTypegetType()inthashCode()static ClusterWaitEventof(Task task, java.util.List<java.lang.String> serviceNames, ClusterWaitType type)java.lang.StringtoString()
-
-
-
Method Detail
-
getTask
public Task getTask()
-
getServiceNames
public java.util.List<java.lang.String> getServiceNames()
-
getType
public ClusterWaitType getType()
-
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
-
of
public static ClusterWaitEvent of(Task task, java.util.List<java.lang.String> serviceNames, ClusterWaitType type)
-
builder
public static ClusterWaitEvent.Builder builder()
-
-