Class EventRecorder.EventRecord

    • Constructor Detail

      • EventRecord

        public EventRecord()
        Constructs this object with no parameters.
    • Method Detail

      • getId

        public final int getId()
        Returns the identifier of this record.
        Returns:
        the identifier of this record
      • setId

        public final void setId​(int value)
        Sets the identifier of this record to an int value.
        Parameters:
        value - int value
      • getRecorded

        public final Date getRecorded()
        Returns the recorded timestamp.
        Returns:
        the recorded timestamp
      • setRecorded

        public final void setRecorded​(Date value)
        Sets the recorded timestamp to a Date value.
        Parameters:
        value - Date value
      • getEvent

        public final BitbucketEvent getEvent()
        Returns the Bitbucket event.
        Returns:
        the Bitbucket event
      • setEvent

        public final void setEvent​(BitbucketEvent value)
        Sets the Bitbucket event.
        Parameters:
        value - Bitbucket event