Package com.vonage.client.video
Class CreateSessionResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.video.CreateSessionResponse
- All Implemented Interfaces:
Jsonable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CreateSessionResponse
Creates an instance of this class from a JSON payload.Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
CreateSessionResponse
protected CreateSessionResponse()
-
-
Method Details
-
getSessionId
- Returns:
- The session ID.
-
getApplicationId
- Returns:
- The application ID.
-
getCreateDt
- Returns:
- The creation date.
-
getMediaServerUrl
- Returns:
- The URL of the Media Router used by the session.
-
fromJson
Creates an instance of this class from a JSON payload.- Parameters:
json
- The JSON string to parse.- Returns:
- An instance of this class with the fields populated, if present.
-