Interface UpdateEvent

All Known Implementing Classes:
UpdateEventImpl

public interface UpdateEvent
  • Method Details

    • getSubscriptionId

      @Nonnull UUID getSubscriptionId()
    • setSubscriptionId

      void setSubscriptionId(@Nonnull UUID subscriptionId)
    • getEntityId

      @Nonnull UUID getEntityId()
    • setEntityId

      void setEntityId(@Nonnull UUID entityId)
    • getTagList

      String getTagList()
    • setTagList

      void setTagList(String tagList)
    • getStatus

      Integer getStatus()
    • setStatus

      void setStatus(@Nonnull Integer status)
    • getLastEventDate

      Long getLastEventDate()
    • setLastEventDate

      void setLastEventDate(@Nonnull Long lastEventDate)
    • getEntityType

      String getEntityType()
    • setEntityType

      void setEntityType(String entityType)