-
public final class Suggestion
-
-
Field Summary
Fields Modifier and Type Field Description private final CharSequencetitleprivate final IntentAwareintentprivate final Parametersparametersprivate final StoryStep<?>stepprivate final Map<String, String>attributes
-
Constructor Summary
Constructors Constructor Description Suggestion(CharSequence title, IntentAware intent, StoryStep<?> step, Parameters parameters)Suggestion(CharSequence title, IntentAware intent, Parameters parameters, StoryStep<?> step, Map<String, String> attributes)
-
Method Summary
Modifier and Type Method Description final CharSequencecomponent1()final IntentAwarecomponent2()final Parameterscomponent3()final StoryStep<?>component4()final Map<String, String>component5()final Suggestioncopy(CharSequence title, IntentAware intent, Parameters parameters, StoryStep<?> step, Map<String, String> attributes)final CharSequencegetTitle()final IntentAwaregetIntent()final ParametersgetParameters()final StoryStep<?>getStep()final Map<String, String>getAttributes()-
-
Constructor Detail
-
Suggestion
Suggestion(CharSequence title, IntentAware intent, StoryStep<?> step, Parameters parameters)
-
Suggestion
Suggestion(CharSequence title, IntentAware intent, Parameters parameters, StoryStep<?> step, Map<String, String> attributes)
-
-
Method Detail
-
component1
final CharSequence component1()
-
component2
final IntentAware component2()
-
component3
final Parameters component3()
-
component4
final StoryStep<?> component4()
-
component5
final Map<String, String> component5()
-
copy
final Suggestion copy(CharSequence title, IntentAware intent, Parameters parameters, StoryStep<?> step, Map<String, String> attributes)
-
getTitle
final CharSequence getTitle()
-
getIntent
final IntentAware getIntent()
-
getParameters
final Parameters getParameters()
-
getAttributes
final Map<String, String> getAttributes()
-
-
-
-