CallAutomationEventBase Class
- java.
lang. Object - com.
azure. communication. callautomation. models. events. CallAutomationEventBase
- com.
Implements
public abstract class CallAutomationEventBase
implements JsonSerializable<CallAutomationEventBase>
The base event interface.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getCallConnectionId()
Get the call |
| String |
getCorrelationId()
Get the correlation |
| String |
getOperationContext()
Get the operation |
|
Result |
getResultInformation()
Get the result |
| String |
getServerCallId()
Get the server |
Methods inherited from java.lang.Object
Method Details
getCallConnectionId
public String getCallConnectionId()
Get the callConnectionId property: Call connection ID.
Returns:
getCorrelationId
public String getCorrelationId()
Get the correlationId property: Correlation ID for event to call correlation.
Returns:
getOperationContext
public String getOperationContext()
Get the operationContext property: Operation context.
Returns:
getResultInformation
public ResultInformation getResultInformation()
Get the resultInformation property: Contains the resulting SIP code, sub-code and message.
Returns:
getServerCallId
public String getServerCallId()
Get the serverCallId property: Server call ID.
Returns: