Modifier and Type | Field and Description |
---|---|
static int |
DETECTED |
static int |
DETECTING |
static int |
ERROR |
static int |
INITIAL |
static int |
SKIPPED |
int |
state
The Motion state
|
static int |
UNKNOWN |
Constructor and Description |
---|
MotionState(int state) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public static final int UNKNOWN
public static final int INITIAL
public static final int DETECTING
public static final int DETECTED
public static final int ERROR
public static final int SKIPPED
@SerializedName(value="state") public final int state