public class RemoteCalibration extends Resource implements FloorResource
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteCalibration.Builder |
static class |
RemoteCalibration.State |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
EMPTY_IDENTIFIER, EMPTY_IDENTIFIER_BACKWARDS| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBuildingIdentifier()
Return the building identifier of the resource
|
java.lang.String |
getFloorIdentifier()
Return the floor identifier of the resource
|
java.lang.String |
getName() |
RemoteCalibration.State |
getState() |
java.lang.String |
getUri() |
int |
hashCode() |
boolean |
isInvalid()
Return true if the calibration is invalid
|
boolean |
isUsed()
Return true if the calibration is used in the positioning model
|
boolean |
isWaiting()
Return true if the calibration is in any of the waiting states
|
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
getCreatedAt, getCustomFields, getIdentifier, getUpdatedAtpublic boolean isUsed()
public boolean isWaiting()
public boolean isInvalid()
public java.lang.String getName()
public java.lang.String getFloorIdentifier()
FloorResourcegetFloorIdentifier in interface FloorResourcepublic java.lang.String getBuildingIdentifier()
BuildingResourcegetBuildingIdentifier in interface BuildingResourcepublic RemoteCalibration.State getState()
public java.lang.String getUri()
public int describeContents()
public void writeToParcel(Parcel dest,
int flags)