-
public final class SentenceSubElementConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final List<AttachmentConfiguration>attachmentsprivate final List<ChoiceConfiguration>choicesprivate final Map<String, I18nLabelValue>textsprivate final List<LocationConfiguration>locationsprivate final Map<String, String>metadata
-
Constructor Summary
Constructors Constructor Description SentenceSubElementConfiguration(List<AttachmentConfiguration> attachments, List<ChoiceConfiguration> choices, Map<String, I18nLabelValue> texts, List<LocationConfiguration> locations, Map<String, String> metadata)
-
Method Summary
Modifier and Type Method Description final List<AttachmentConfiguration>component1()final List<ChoiceConfiguration>component2()final Map<String, I18nLabelValue>component3()final List<LocationConfiguration>component4()final Map<String, String>component5()final SentenceSubElementConfigurationcopy(List<AttachmentConfiguration> attachments, List<ChoiceConfiguration> choices, Map<String, I18nLabelValue> texts, List<LocationConfiguration> locations, Map<String, String> metadata)final List<AttachmentConfiguration>getAttachments()final List<ChoiceConfiguration>getChoices()final Map<String, I18nLabelValue>getTexts()final List<LocationConfiguration>getLocations()final Map<String, String>getMetadata()-
-
Constructor Detail
-
SentenceSubElementConfiguration
SentenceSubElementConfiguration(List<AttachmentConfiguration> attachments, List<ChoiceConfiguration> choices, Map<String, I18nLabelValue> texts, List<LocationConfiguration> locations, Map<String, String> metadata)
-
-
Method Detail
-
component1
final List<AttachmentConfiguration> component1()
-
component2
final List<ChoiceConfiguration> component2()
-
component3
final Map<String, I18nLabelValue> component3()
-
component4
final List<LocationConfiguration> component4()
-
component5
final Map<String, String> component5()
-
copy
final SentenceSubElementConfiguration copy(List<AttachmentConfiguration> attachments, List<ChoiceConfiguration> choices, Map<String, I18nLabelValue> texts, List<LocationConfiguration> locations, Map<String, String> metadata)
-
getAttachments
final List<AttachmentConfiguration> getAttachments()
-
getChoices
final List<ChoiceConfiguration> getChoices()
-
getLocations
final List<LocationConfiguration> getLocations()
-
getMetadata
final Map<String, String> getMetadata()
-
-
-
-