public final class EventWorkflowConditionRequest extends WorkflowConditionRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
EventWorkflowConditionRequest.EventWorkflowConditionRequestBuilder |
| Constructor and Description |
|---|
EventWorkflowConditionRequest() |
| Modifier and Type | Method and Description |
|---|---|
static EventWorkflowConditionRequest.EventWorkflowConditionRequestBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> |
getEvents() |
int |
hashCode() |
void |
setEvents(java.util.Map<java.lang.String,java.util.Set<java.lang.String>> events) |
java.lang.String |
toString() |
getType, setTypepublic static EventWorkflowConditionRequest.EventWorkflowConditionRequestBuilder builder()
public java.util.Map<java.lang.String,java.util.Set<java.lang.String>> getEvents()
public void setEvents(java.util.Map<java.lang.String,java.util.Set<java.lang.String>> events)
public boolean equals(java.lang.Object o)
equals in class WorkflowConditionRequestprotected boolean canEqual(java.lang.Object other)
canEqual in class WorkflowConditionRequestpublic int hashCode()
hashCode in class WorkflowConditionRequestpublic java.lang.String toString()
toString in class WorkflowConditionRequest