@OpenApiAll
public interface PriorityProvider
Modifier and Type | Field and Description |
---|---|
static int |
HIGH_PRIORITY
High priority.
|
static int |
LOW_PRIORITY
Low priority.
|
static int |
MEDIUM_PRIORITY
Medium priority.
|
Modifier and Type | Method and Description |
---|---|
int |
getPriority()
Returns priority of this object.
|
static final int HIGH_PRIORITY
static final int MEDIUM_PRIORITY
static final int LOW_PRIORITY
int getPriority()
HIGH_PRIORITY
,
MEDIUM_PRIORITY
,
LOW_PRIORITY