-
public final class ClientStep
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final IntentAwaremainIntentprivate final Set<IntentAware>otherStarterIntentsprivate final Set<IntentAware>secondaryIntents
-
Constructor Summary
Constructors Constructor Description ClientStep(String name, IntentAware mainIntent, Set<IntentAware> otherStarterIntents, Set<IntentAware> secondaryIntents)
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntentAwaregetMainIntent()final Set<IntentAware>getOtherStarterIntents()final Set<IntentAware>getSecondaryIntents()-
-
Method Detail
-
getMainIntent
final IntentAware getMainIntent()
-
getOtherStarterIntents
final Set<IntentAware> getOtherStarterIntents()
-
getSecondaryIntents
final Set<IntentAware> getSecondaryIntents()
-
-
-
-