Class SignalRServiceClientConnectionConnectedEventData


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

      • SignalRServiceClientConnectionConnectedEventData

        public SignalRServiceClientConnectionConnectedEventData()
    • Method Detail

      • getTimestamp

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

        public SignalRServiceClientConnectionConnectedEventData setTimestamp​(OffsetDateTime timestamp)
        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

        public SignalRServiceClientConnectionConnectedEventData setHubName​(String hubName)
        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

        public SignalRServiceClientConnectionConnectedEventData setUserId​(String userId)
        Set the userId property: The user Id of connected client connection.
        Parameters:
        userId - the userId value to set.
        Returns:
        the SignalRServiceClientConnectionConnectedEventData object itself.