public final class ProcessingChannelWorkflowConditionRequest extends WorkflowConditionRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessingChannelWorkflowConditionRequest.ProcessingChannelWorkflowConditionRequestBuilder |
| Constructor and Description |
|---|
ProcessingChannelWorkflowConditionRequest() |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingChannelWorkflowConditionRequest.ProcessingChannelWorkflowConditionRequestBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getProcessingChannels() |
int |
hashCode() |
void |
setProcessingChannels(java.util.List<java.lang.String> processingChannels) |
java.lang.String |
toString() |
getType, setTypepublic ProcessingChannelWorkflowConditionRequest()
public static ProcessingChannelWorkflowConditionRequest.ProcessingChannelWorkflowConditionRequestBuilder builder()
public java.util.List<java.lang.String> getProcessingChannels()
public void setProcessingChannels(java.util.List<java.lang.String> processingChannels)
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