@Generated(value="com.palantir.conjure.java.types.BeanGenerator")
public final class ClusterWaitEvent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClusterWaitEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClusterWaitEvent.Builder |
builder() |
boolean |
equals(java.lang.Object other) |
java.util.List<java.lang.String> |
getServiceNames() |
Task |
getTask() |
ClusterWaitType |
getType() |
int |
hashCode() |
static ClusterWaitEvent |
of(Task task,
java.util.List<java.lang.String> serviceNames,
ClusterWaitType type) |
java.lang.String |
toString() |
public Task getTask()
public java.util.List<java.lang.String> getServiceNames()
public ClusterWaitType getType()
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.Objectpublic static ClusterWaitEvent of(Task task, java.util.List<java.lang.String> serviceNames, ClusterWaitType type)
public static ClusterWaitEvent.Builder builder()