Class SignalRServiceClientConnectionConnectedEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.SignalRServiceClientConnectionConnectedEventData

public final class SignalRServiceClientConnectionConnectedEventData extends Object
Schema of the Data property of an EventGridEvent for a Microsoft.SignalRService.ClientConnectionConnected event.
  • Constructor Details

    • SignalRServiceClientConnectionConnectedEventData

      public SignalRServiceClientConnectionConnectedEventData()
  • Method Details

    • getTimestamp

      public OffsetDateTime getTimestamp()
      Get the timestamp property: The time at which the event occurred.
      Returns:
      the timestamp value.
    • setTimestamp

      Set the timestamp property: The time at which the event occurred.
      Parameters:
      timestamp - the timestamp value to set.
      Returns:
      the SignalRServiceClientConnectionConnectedEventData object itself.
    • getHubName

      public String getHubName()
      Get the hubName property: The hub of connected client connection.
      Returns:
      the hubName value.
    • setHubName

      Set the hubName property: The hub of connected client connection.
      Parameters:
      hubName - the hubName value to set.
      Returns:
      the SignalRServiceClientConnectionConnectedEventData object itself.
    • getConnectionId

      public String getConnectionId()
      Get the connectionId property: The connection Id of connected client connection.
      Returns:
      the connectionId value.
    • setConnectionId

      public SignalRServiceClientConnectionConnectedEventData setConnectionId(String connectionId)
      Set the connectionId property: The connection Id of connected client connection.
      Parameters:
      connectionId - the connectionId value to set.
      Returns:
      the SignalRServiceClientConnectionConnectedEventData object itself.
    • getUserId

      public String getUserId()
      Get the userId property: The user Id of connected client connection.
      Returns:
      the userId value.
    • setUserId

      Set the userId property: The user Id of connected client connection.
      Parameters:
      userId - the userId value to set.
      Returns:
      the SignalRServiceClientConnectionConnectedEventData object itself.