public class CallStatsEventMessage extends Object
| Constructor and Description |
|---|
CallStatsEventMessage(String version,
int appID,
String endpointType,
String conferenceID,
long apiTS,
String token,
String localID,
String remoteID,
EventInfo event) |
CallStatsEventMessage(String version,
int appID,
String endpointType,
String conferenceID,
long apiTS,
String token,
String localID,
String remoteID,
String ucID,
EventInfo event) |
| Modifier and Type | Method and Description |
|---|---|
long |
getApiTS() |
int |
getAppID() |
String |
getConferenceID() |
String |
getEndpointType() |
EventInfo |
getEvent() |
String |
getLocalID() |
String |
getPcID() |
String |
getRemoteID() |
String |
getToken() |
String |
getUcID() |
String |
getVersion() |
void |
setApiTS(long apiTS) |
void |
setAppID(int appID) |
void |
setConferenceID(String conferenceID) |
void |
setEndpointType(String endpointType) |
void |
setEvent(EventInfo event) |
void |
setLocalID(String localID) |
void |
setPcID(String pcID) |
void |
setRemoteID(String remoteID) |
void |
setToken(String token) |
void |
setUcID(String ucID) |
void |
setVersion(String version) |
public CallStatsEventMessage(String version, int appID, String endpointType, String conferenceID, long apiTS, String token, String localID, String remoteID, EventInfo event)
public String getUcID()
public void setUcID(String ucID)
public String getVersion()
public void setVersion(String version)
public int getAppID()
public void setAppID(int appID)
public String getEndpointType()
public void setEndpointType(String endpointType)
public String getConferenceID()
public void setConferenceID(String conferenceID)
public long getApiTS()
public void setApiTS(long apiTS)
public String getToken()
public void setToken(String token)
public String getLocalID()
public void setLocalID(String localID)
public String getRemoteID()
public void setRemoteID(String remoteID)
public String getPcID()
public void setPcID(String pcID)
public EventInfo getEvent()
public void setEvent(EventInfo event)
Copyright © 2016. All rights reserved.