-
public final class ContactCenterChatSessionProperties
-
-
Field Summary
Fields Modifier and Type Field Description private final StringchatIDprivate final ContactCenterChatSessionStatestateprivate final IntegerestimatedWaitTimeprivate final BooleanisNewChatprivate final StringphoneNumber
-
Constructor Summary
Constructors Constructor Description ContactCenterChatSessionProperties(String chatID, ContactCenterChatSessionState state, Integer estimatedWaitTime, Boolean isNewChat, String phoneNumber)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final ContactCenterChatSessionStatecomponent2()final Integercomponent3()final Booleancomponent4()final Stringcomponent5()final ContactCenterChatSessionPropertiescopy(String chatID, ContactCenterChatSessionState state, Integer estimatedWaitTime, Boolean isNewChat, String phoneNumber)final StringgetChatID()final ContactCenterChatSessionStategetState()final IntegergetEstimatedWaitTime()final BooleangetIsNewChat()final StringgetPhoneNumber()-
-
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()
-
-
-
-