-
public final class ContactCenterChatSessionProperties
-
-
Field Summary
Fields Modifier and Type Field Description private final String
chatID
private final ContactCenterChatSessionState
state
private final Integer
estimatedWaitTime
private final Boolean
isNewChat
private final String
phoneNumber
-
Constructor Summary
Constructors Constructor Description ContactCenterChatSessionProperties(String chatID, ContactCenterChatSessionState state, Integer estimatedWaitTime, Boolean isNewChat, String phoneNumber)
-
Method Summary
Modifier and Type Method Description final String
component1()
final ContactCenterChatSessionState
component2()
final Integer
component3()
final Boolean
component4()
final String
component5()
final ContactCenterChatSessionProperties
copy(String chatID, ContactCenterChatSessionState state, Integer estimatedWaitTime, Boolean isNewChat, String phoneNumber)
final String
getChatID()
final ContactCenterChatSessionState
getState()
final Integer
getEstimatedWaitTime()
final Boolean
getIsNewChat()
final String
getPhoneNumber()
-
-
Constructor Detail
-
ContactCenterChatSessionProperties
ContactCenterChatSessionProperties(String chatID, ContactCenterChatSessionState state, Integer estimatedWaitTime, Boolean isNewChat, String phoneNumber)
-
-
Method Detail
-
component1
final String component1()
-
component2
final ContactCenterChatSessionState component2()
-
component3
final Integer component3()
-
component4
final Boolean component4()
-
component5
final String component5()
-
copy
final ContactCenterChatSessionProperties copy(String chatID, ContactCenterChatSessionState state, Integer estimatedWaitTime, Boolean isNewChat, String phoneNumber)
-
getState
final ContactCenterChatSessionState getState()
-
getEstimatedWaitTime
final Integer getEstimatedWaitTime()
-
getIsNewChat
final Boolean getIsNewChat()
-
getPhoneNumber
final String getPhoneNumber()
-
-
-
-