-
public final class ChatSessionPropertiesDto
-
-
Field Summary
Fields Modifier and Type Field Description private final StringchatIDprivate final ChatSessionStateDtostateprivate final IntegerestimatedWaitTimeprivate final BooleanisNewChatprivate final StringphoneNumber
-
Constructor Summary
Constructors Constructor Description ChatSessionPropertiesDto(String chatID, ChatSessionStateDto state, Integer estimatedWaitTime, Boolean isNewChat, String phoneNumber)
-
Method Summary
Modifier and Type Method Description final StringgetChatID()final ChatSessionStateDtogetState()final IntegergetEstimatedWaitTime()final BooleangetIsNewChat()final StringgetPhoneNumber()-
-
Constructor Detail
-
ChatSessionPropertiesDto
ChatSessionPropertiesDto(String chatID, ChatSessionStateDto state, Integer estimatedWaitTime, Boolean isNewChat, String phoneNumber)
-
-
Method Detail
-
getState
final ChatSessionStateDto getState()
-
getEstimatedWaitTime
final Integer getEstimatedWaitTime()
-
getIsNewChat
final Boolean getIsNewChat()
-
getPhoneNumber
final String getPhoneNumber()
-
-
-
-