Class Unknown

java.lang.Object
com.yahoo.log.event.Event
com.yahoo.log.event.Unknown
All Implemented Interfaces:
Serializable

@Deprecated(forRemoval=true, since="7") public class Unknown extends Event
Deprecated, for removal: This API element is subject to removal in a future version.
Author:
Bjorn Borud
See Also:
  • Constructor Details

    • Unknown

      public Unknown()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • setName

      public Unknown setName(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getName

      public String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from class: Event
      Get the name of the event instance.
      Overrides:
      getName in class Event
      Returns:
      the name of the event instance.