Class GenericMessage.V251

All Implemented Interfaces:
Group, Message, Structure, Visitable, Serializable
Enclosing class:
GenericMessage

public static class GenericMessage.V251 extends GenericMessage
See Also:
  • Constructor Details

  • Method Details

    • getVersion

      public String getVersion()
      Description copied from class: AbstractMessage
      Returns the version number. This default implementation inspects this.getClass().getName(). This should be overridden if you are putting a custom message definition in your own package, or it will default.
      Specified by:
      getVersion in interface Message
      Overrides:
      getVersion in class AbstractMessage
      Returns:
      lowest available version if not obvious from package name
      See Also: