Class ProcessingChannelWorkflowConditionRequest
- java.lang.Object
-
- com.checkout.workflows.conditions.request.WorkflowConditionRequest
-
- com.checkout.workflows.conditions.request.ProcessingChannelWorkflowConditionRequest
-
public final class ProcessingChannelWorkflowConditionRequest extends WorkflowConditionRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcessingChannelWorkflowConditionRequest.ProcessingChannelWorkflowConditionRequestBuilder
-
Constructor Summary
Constructors Constructor Description ProcessingChannelWorkflowConditionRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProcessingChannelWorkflowConditionRequest.ProcessingChannelWorkflowConditionRequestBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<java.lang.String>getProcessingChannels()inthashCode()voidsetProcessingChannels(java.util.List<java.lang.String> processingChannels)java.lang.StringtoString()-
Methods inherited from class com.checkout.workflows.conditions.request.WorkflowConditionRequest
getType, setType
-
-
-
-
Method Detail
-
builder
public static ProcessingChannelWorkflowConditionRequest.ProcessingChannelWorkflowConditionRequestBuilder builder()
-
getProcessingChannels
public java.util.List<java.lang.String> getProcessingChannels()
-
setProcessingChannels
public void setProcessingChannels(java.util.List<java.lang.String> processingChannels)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classWorkflowConditionRequest
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classWorkflowConditionRequest
-
hashCode
public int hashCode()
- Overrides:
hashCodein classWorkflowConditionRequest
-
toString
public java.lang.String toString()
- Overrides:
toStringin classWorkflowConditionRequest
-
-