public class Orchestration
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Orchestration.Builder |
| Constructor and Description |
|---|
Orchestration(java.util.List<java.lang.String> orchestrationChannelPriority,
OrchestrationType orchestrationType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getOrchestrationChannelPriority() |
OrchestrationType |
getOrchestrationType() |
int |
hashCode() |
static Orchestration.Builder |
newBuilder() |
java.lang.String |
toString() |
public Orchestration(java.util.List<java.lang.String> orchestrationChannelPriority,
OrchestrationType orchestrationType)
public static Orchestration.Builder newBuilder()
public java.util.List<java.lang.String> getOrchestrationChannelPriority()
public OrchestrationType getOrchestrationType()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object