Freigeben über


CallAutomationEventBase Class

  • java.lang.Object
    • com.azure.communication.callautomation.models.events.CallAutomationEventBase

Implements

public abstract class CallAutomationEventBase
implements JsonSerializable<CallAutomationEventBase>

The base event interface.

Method Summary

Modifier and Type Method and Description
String getCallConnectionId()

Get the callConnectionId property: Call connection ID.

String getCorrelationId()

Get the correlationId property: Correlation ID for event to call correlation.

String getOperationContext()

Get the operationContext property: Operation context.

ResultInformation getResultInformation()

Get the resultInformation property: Contains the resulting SIP code, sub-code and message.

String getServerCallId()

Get the serverCallId property: Server call ID.

Methods inherited from java.lang.Object

Method Details

getCallConnectionId

public String getCallConnectionId()

Get the callConnectionId property: Call connection ID.

Returns:

the callConnectionId value.

getCorrelationId

public String getCorrelationId()

Get the correlationId property: Correlation ID for event to call correlation.

Returns:

the correlationId value.

getOperationContext

public String getOperationContext()

Get the operationContext property: Operation context.

Returns:

the operationContext value.

getResultInformation

public ResultInformation getResultInformation()

Get the resultInformation property: Contains the resulting SIP code, sub-code and message.

Returns:

the resultInformation value.

getServerCallId

public String getServerCallId()

Get the serverCallId property: Server call ID.

Returns:

the serverCallId value.

Applies to