Class WorkflowConditionRequest
- java.lang.Object
-
- com.checkout.workflows.conditions.request.WorkflowConditionRequest
-
- Direct Known Subclasses:
EntityWorkflowConditionRequest,EventWorkflowConditionRequest,ProcessingChannelWorkflowConditionRequest
public abstract class WorkflowConditionRequest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WorkflowConditionRequest()WorkflowConditionRequest(WorkflowConditionType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)WorkflowConditionTypegetType()inthashCode()voidsetType(WorkflowConditionType type)java.lang.StringtoString()
-
-
-
Constructor Detail
-
WorkflowConditionRequest
public WorkflowConditionRequest(WorkflowConditionType type)
-
WorkflowConditionRequest
public WorkflowConditionRequest()
-
-
Method Detail
-
getType
public WorkflowConditionType getType()
-
setType
public void setType(WorkflowConditionType type)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-