Package org.mockserver.mock
Class SortableExpectationId
- java.lang.Object
-
- org.mockserver.mock.SortableExpectationId
-
-
Field Summary
Fields Modifier and Type Field Description longcreatedstatic Comparator<SortableExpectationId>EXPECTATION_SORTABLE_PRIORITY_COMPARATORinthashCodeStringidstatic SortableExpectationIdNULLintpriority
-
Constructor Summary
Constructors Constructor Description SortableExpectationId(String id, int priority, long created)
-
-
-
Field Detail
-
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 Detail
-
SortableExpectationId
public SortableExpectationId(String id, int priority, long created)
-
-