Class ConnectionStateSnapshot


  • public class ConnectionStateSnapshot
    extends Object
    Connection state snapshot.
    • Constructor Detail

      • ConnectionStateSnapshot

        public ConnectionStateSnapshot()
    • Method Detail

      • connectionState

        public ConnectionState connectionState()
        Get the connectionState value.
        Returns:
        the connectionState value
      • withConnectionState

        public ConnectionStateSnapshot withConnectionState​(ConnectionState connectionState)
        Set the connectionState value.
        Parameters:
        connectionState - the connectionState value to set
        Returns:
        the ConnectionStateSnapshot object itself.
      • startTime

        public org.joda.time.DateTime startTime()
        Get the startTime value.
        Returns:
        the startTime value
      • withStartTime

        public ConnectionStateSnapshot withStartTime​(org.joda.time.DateTime startTime)
        Set the startTime value.
        Parameters:
        startTime - the startTime value to set
        Returns:
        the ConnectionStateSnapshot object itself.
      • endTime

        public org.joda.time.DateTime endTime()
        Get the endTime value.
        Returns:
        the endTime value
      • withEndTime

        public ConnectionStateSnapshot withEndTime​(org.joda.time.DateTime endTime)
        Set the endTime value.
        Parameters:
        endTime - the endTime value to set
        Returns:
        the ConnectionStateSnapshot object itself.
      • evaluationState

        public EvaluationState evaluationState()
        Get the evaluationState value.
        Returns:
        the evaluationState value
      • withEvaluationState

        public ConnectionStateSnapshot withEvaluationState​(EvaluationState evaluationState)
        Set the evaluationState value.
        Parameters:
        evaluationState - the evaluationState value to set
        Returns:
        the ConnectionStateSnapshot object itself.