public abstract class WorkflowConditionRequest
extends java.lang.Object
| Constructor and Description |
|---|
WorkflowConditionRequest() |
WorkflowConditionRequest(WorkflowConditionType type) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
WorkflowConditionType |
getType() |
int |
hashCode() |
void |
setType(WorkflowConditionType type) |
java.lang.String |
toString() |
public WorkflowConditionRequest(WorkflowConditionType type)
public WorkflowConditionRequest()
public WorkflowConditionType getType()
public void setType(WorkflowConditionType type)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object