Class AuditEventTopicState

    • Constructor Detail

      • AuditEventTopicState

        public AuditEventTopicState​(Context context,
                                    String topic,
                                    JsonValue event)
        Creates a (topic,event) pair.
        Parameters:
        context - The context that triggered the audit event.
        topic - The topic.
        event - The event content.
    • Method Detail

      • getTopic

        public String getTopic()
        Returns the topic of the event.
        Returns:
        the topic
      • getEvent

        public JsonValue getEvent()
        Returns the event content.
        Returns:
        the event
      • getContext

        public Context getContext()
        Returns the context that triggered the event.
        Returns:
        the context
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object