Class ClientGenericElement
-
- All Implemented Interfaces:
public final class ClientGenericElement
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ClientAttachment>attachmentsprivate final List<ClientChoice>choicesprivate final Map<String, String>textsprivate final List<ClientLocation>locationsprivate final Map<String, String>metadata
-
Constructor Summary
Constructors Constructor Description ClientGenericElement(List<ClientAttachment> attachments, List<ClientChoice> choices, Map<String, String> texts, List<ClientLocation> locations, Map<String, String> metadata)
-
Method Summary
Modifier and Type Method Description final List<ClientAttachment>getAttachments()final List<ClientChoice>getChoices()final Map<String, String>getTexts()final List<ClientLocation>getLocations()final Map<String, String>getMetadata()-
-
Constructor Detail
-
ClientGenericElement
ClientGenericElement(List<ClientAttachment> attachments, List<ClientChoice> choices, Map<String, String> texts, List<ClientLocation> locations, Map<String, String> metadata)
-
-
Method Detail
-
getAttachments
final List<ClientAttachment> getAttachments()
-
getChoices
final List<ClientChoice> getChoices()
-
getLocations
final List<ClientLocation> getLocations()
-
getMetadata
final Map<String, String> getMetadata()
-
-
-
-