public class ColRequestConfig extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
attendantId |
protected Date |
attendedTime |
protected String |
chatConversationId |
protected String |
clientId |
protected String |
firstMessage |
protected String |
id |
static int |
REQUEST_ACTIVE |
static int |
REQUEST_BEING_TRANSFERRED |
static int |
REQUEST_CLOSED |
static int |
REQUEST_WAITING |
protected Date |
requestTime |
protected int |
state |
Constructor and Description |
---|
ColRequestConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getAttendantId() |
Date |
getAttendedTime() |
String |
getChatConversationId() |
String |
getClientId() |
String |
getFirstMessage() |
String |
getId() |
Date |
getRequestTime() |
int |
getState() |
void |
setAttendantId(String attendantId) |
void |
setAttendedTime(Date attendedTime) |
void |
setChatConversationId(String chatConversationId) |
void |
setClientId(String clientId) |
void |
setFirstMessage(String firstMessage) |
void |
setId(String id) |
void |
setRequestTime(Date requestTime) |
void |
setState(int state) |
public static final int REQUEST_WAITING
public static final int REQUEST_ACTIVE
public static final int REQUEST_BEING_TRANSFERRED
public static final int REQUEST_CLOSED
protected String id
protected String firstMessage
protected String clientId
protected String attendantId
protected int state
protected String chatConversationId
protected Date requestTime
protected Date attendedTime
public Date getAttendedTime()
public void setAttendedTime(Date attendedTime)
attendedTime
- The attendedTime to set.public String getChatConversationId()
public void setChatConversationId(String chatConversationId)
chatConversationId
- The chatConversationId to set.public String getClientId()
public void setClientId(String clientId)
clientId
- The clientId to set.public String getFirstMessage()
public void setFirstMessage(String firstMessage)
firstMessage
- The firstMessage to set.public String getId()
public void setId(String id)
id
- The id to set.public Date getRequestTime()
public void setRequestTime(Date requestTime)
requestedTime
- The requestedTime to set.public int getState()
public void setState(int state)
state
- The state to set.public String getAttendantId()
public void setAttendantId(String attendantId)
attendantId
- The attendantId to set.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.