-
public final class ClientGenericMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final ClientConnectorTypeconnectorTypeprivate final List<ClientAttachment>attachmentsprivate final List<ClientChoice>choicesprivate final Map<String, String>textsprivate final List<ClientLocation>locationsprivate final Map<String, String>metadataprivate final List<ClientGenericElement>subElements
-
Constructor Summary
Constructors Constructor Description ClientGenericMessage(ClientConnectorType connectorType, List<ClientAttachment> attachments, List<ClientChoice> choices, Map<String, String> texts, List<ClientLocation> locations, Map<String, String> metadata, List<ClientGenericElement> subElements)
-
Method Summary
Modifier and Type Method Description final ClientConnectorTypecomponent1()final List<ClientAttachment>component2()final List<ClientChoice>component3()final Map<String, String>component4()final List<ClientLocation>component5()final Map<String, String>component6()final List<ClientGenericElement>component7()final ClientGenericMessagecopy(ClientConnectorType connectorType, List<ClientAttachment> attachments, List<ClientChoice> choices, Map<String, String> texts, List<ClientLocation> locations, Map<String, String> metadata, List<ClientGenericElement> subElements)final ClientConnectorTypegetConnectorType()final List<ClientAttachment>getAttachments()final List<ClientChoice>getChoices()final Map<String, String>getTexts()final List<ClientLocation>getLocations()final Map<String, String>getMetadata()final List<ClientGenericElement>getSubElements()-
-
Constructor Detail
-
ClientGenericMessage
ClientGenericMessage(ClientConnectorType connectorType, List<ClientAttachment> attachments, List<ClientChoice> choices, Map<String, String> texts, List<ClientLocation> locations, Map<String, String> metadata, List<ClientGenericElement> subElements)
-
-
Method Detail
-
component1
final ClientConnectorType component1()
-
component2
final List<ClientAttachment> component2()
-
component3
final List<ClientChoice> component3()
-
component4
final Map<String, String> component4()
-
component5
final List<ClientLocation> component5()
-
component6
final Map<String, String> component6()
-
component7
final List<ClientGenericElement> component7()
-
copy
final ClientGenericMessage copy(ClientConnectorType connectorType, List<ClientAttachment> attachments, List<ClientChoice> choices, Map<String, String> texts, List<ClientLocation> locations, Map<String, String> metadata, List<ClientGenericElement> subElements)
-
getConnectorType
final ClientConnectorType getConnectorType()
-
getAttachments
final List<ClientAttachment> getAttachments()
-
getChoices
final List<ClientChoice> getChoices()
-
getLocations
final List<ClientLocation> getLocations()
-
getMetadata
final Map<String, String> getMetadata()
-
getSubElements
final List<ClientGenericElement> getSubElements()
-
-
-
-