Class SortableExpectationId

java.lang.Object
org.mockserver.mock.SortableExpectationId
All Implemented Interfaces:
Keyed<String>

public class SortableExpectationId extends Object implements Keyed<String>
  • Field Details

    • NULL

      public static final SortableExpectationId NULL
    • EXPECTATION_SORTABLE_PRIORITY_COMPARATOR

      public static final Comparator<SortableExpectationId> EXPECTATION_SORTABLE_PRIORITY_COMPARATOR
    • hashCode

      public final int hashCode
    • id

      public final String id
    • priority

      public final int priority
    • created

      public final long created
  • Constructor Details

    • SortableExpectationId

      public SortableExpectationId(String id, int priority, long created)
  • Method Details