Class EventLogBuild

  • All Implemented Interfaces:
    java.lang.Comparable<EventLogBuild>

    public final class EventLogBuild
    extends java.lang.Object
    implements java.lang.Comparable<EventLogBuild>
    • Constructor Detail

      • EventLogBuild

        public EventLogBuild​(int... components)
    • Method Detail

      • getComponents

        public int[] getComponents()
      • fromString

        @Nullable
        public static @Nullable EventLogBuild fromString​(@Nullable
                                                         @Nullable java.lang.String version)
      • compareTo

        public int compareTo​(@NotNull
                             @NotNull EventLogBuild o)
        Specified by:
        compareTo in interface java.lang.Comparable<EventLogBuild>
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object