public class PSTNSessionInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
PSTNSessionInfo() |
PSTNSessionInfo(PSTNSessionInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAcceptTimestamp()
Get Answer time.
|
String |
getCallee()
Get Called.
|
String |
getCaller()
Get Caller.
|
Long |
getDirection()
Get Session call direction, 0 - Inbound | 1 - Outbound.
|
String |
getProtectedCallee()
Get Called number protection ID.
|
String |
getProtectedCaller()
Get Caller number protection ID.
|
Long |
getRingTimestamp()
Get Ring time.
|
String |
getRoomID()
Get Temporary room ID for session.
|
String |
getSessionID()
Get Session ID.
|
String |
getSessionStatus()
Get Agent status: inProgress for in progress.
|
String |
getStaffEmail()
Get Agent email.
|
String |
getStaffNumber()
Get Agent work number.
|
String |
getStartTimestamp()
Get Start time.
|
void |
setAcceptTimestamp(String AcceptTimestamp)
Set Answer time.
|
void |
setCallee(String Callee)
Set Called.
|
void |
setCaller(String Caller)
Set Caller.
|
void |
setDirection(Long Direction)
Set Session call direction, 0 - Inbound | 1 - Outbound.
|
void |
setProtectedCallee(String ProtectedCallee)
Set Called number protection ID.
|
void |
setProtectedCaller(String ProtectedCaller)
Set Caller number protection ID.
|
void |
setRingTimestamp(Long RingTimestamp)
Set Ring time.
|
void |
setRoomID(String RoomID)
Set Temporary room ID for session.
|
void |
setSessionID(String SessionID)
Set Session ID.
|
void |
setSessionStatus(String SessionStatus)
Set Agent status: inProgress for in progress.
|
void |
setStaffEmail(String StaffEmail)
Set Agent email.
|
void |
setStaffNumber(String StaffNumber)
Set Agent work number.
|
void |
setStartTimestamp(String StartTimestamp)
Set Start time.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PSTNSessionInfo()
public PSTNSessionInfo(PSTNSessionInfo source)
public String getSessionID()
public void setSessionID(String SessionID)
SessionID
- Session ID.public String getRoomID()
public void setRoomID(String RoomID)
RoomID
- Temporary room ID for session.public String getCaller()
public void setCaller(String Caller)
Caller
- Caller.public String getCallee()
public void setCallee(String Callee)
Callee
- Called.public String getStartTimestamp()
public void setStartTimestamp(String StartTimestamp)
StartTimestamp
- Start time. Unix timestamp.public String getAcceptTimestamp()
public void setAcceptTimestamp(String AcceptTimestamp)
AcceptTimestamp
- Answer time. Unix timestamp.public String getStaffEmail()
public void setStaffEmail(String StaffEmail)
StaffEmail
- Agent email.public String getStaffNumber()
public void setStaffNumber(String StaffNumber)
StaffNumber
- Agent work number.public String getSessionStatus()
public void setSessionStatus(String SessionStatus)
SessionStatus
- Agent status: inProgress for in progress.public Long getDirection()
public void setDirection(Long Direction)
Direction
- Session call direction, 0 - Inbound | 1 - Outbound.public Long getRingTimestamp()
public void setRingTimestamp(Long RingTimestamp)
RingTimestamp
- Ring time. Unix timestamp.public String getProtectedCaller()
public void setProtectedCaller(String ProtectedCaller)
ProtectedCaller
- Caller number protection ID. Effective when the number protection map feature is activated, and the Caller field is empty.public String getProtectedCallee()
public void setProtectedCallee(String ProtectedCallee)
ProtectedCallee
- Called number protection ID. Effective when the number protection map feature is activated, and the Callee field is empty.Copyright © 2024. All rights reserved.