Class EventImpl

    • Constructor Detail

      • EventImpl

        public EventImpl()
      • EventImpl

        public EventImpl​(String type,
                         long timestamp)
    • Method Detail

      • setId

        public void setId​(String id)
      • setType

        public void setType​(String type)
      • setAuthenticatedUser

        public void setAuthenticatedUser​(String authenticatedUser)
      • setExecutingUser

        public void setExecutingUser​(String executingUser)
      • setTimestamp

        public void setTimestamp​(Long timestamp)
      • getSchema

        public int getSchema()
        Specified by:
        getSchema in interface Event
      • setSchema

        public void setSchema​(int schema)