Class CallInformation
java.lang.Object
com.sinch.sdk.domains.voice.models.response.CallInformation
Information related to a specific call
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CallInformation.Builderbuilder()Create a builder instanceThe unique identifier of the callCustom data passed onto calloutgetDebit()The total amount charged for the callThe domain typeThe duration of the call in secondsgetFrom()The caller informationContains the reason why a call endedContains the result of a call.The status of the call.The date and time of the callgetTo()The callee informationThe rate per minute that was charged for the call.toString()
-
Method Details
-
getFrom
The caller information- Returns:
- Destination instance describing caller
-
getTo
The callee information- Returns:
- Destination instance describing callee
-
getDomain
The domain type- Returns:
- Domain type
-
getCallId
The unique identifier of the call- Returns:
- Call identifier
-
getDuration
The duration of the call in seconds- Returns:
- Call duration
-
getStatus
The status of the call.- Returns:
- Call status
-
getResult
Contains the result of a call.- Returns:
- Call result
-
getReason
Contains the reason why a call ended- Returns:
- Call ended reason
-
getTimeStamp
The date and time of the call- Returns:
- Date time information related to call
-
getCustom
Custom data passed onto callout- Returns:
- The custom data value
-
getUserRate
The rate per minute that was charged for the call.- Returns:
- Price information
-
getDebit
The total amount charged for the call- Returns:
- Price information
-
toString
-
builder
Create a builder instance- Returns:
- Dedicated builder
-