Package com.vonage.client.voice
Class CallInfo
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.voice.CallInfo
- All Implemented Interfaces:
Jsonable
CallInfo holds the information related to a call. It is obtained using
VoiceClient.listCalls().-
Method Summary
Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Method Details
-
getTo
-
getFrom
-
getUuid
-
getConversationUuid
-
getDuration
-
getEndTime
-
getPrice
-
getRate
-
getStartTime
-
getStatus
-
getDirection
-
getNetwork
-
toString
- Overrides:
toStringin classJsonableBaseObject
-
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.
-