Class ResponseCreateSession
-
- All Implemented Interfaces:
public final class ResponseCreateSession
-
-
Field Summary
Fields Modifier and Type Field Description private final String
videoRecordingId
private final String
sessionId
private final String
token
private final String
openTokApiKey
-
Constructor Summary
Constructors Constructor Description ResponseCreateSession(String videoRecordingId, String sessionId, String token, String openTokApiKey)
-
Method Summary
Modifier and Type Method Description final String
getVideoRecordingId()
final String
getSessionId()
final String
getToken()
final String
getOpenTokApiKey()
final static ResponseCreateSession
parse(ResponseBody responseBody)
-
-
Method Detail
-
getVideoRecordingId
final String getVideoRecordingId()
-
getSessionId
final String getSessionId()
-
getOpenTokApiKey
final String getOpenTokApiKey()
-
parse
final static ResponseCreateSession parse(ResponseBody responseBody)
-
-
-
-