Package com.vonage.client.video
Class SignalRequest
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.video.SignalRequest
- All Implemented Interfaces:
Jsonable
-
Nested Class Summary
-
Method Summary
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
-
Method Details
-
getType
- Returns:
- The signal type.
-
getData
- Returns:
- The signal data.
-
builder
Entry point for constructing an instance of SignalRequest.- Returns:
- A new Builder.
-