Package es.situm.sdk.model.calibration
Class RemoteCalibration
java.lang.Object
es.situm.sdk.model.Resource
es.situm.sdk.model.calibration.RemoteCalibration
- All Implemented Interfaces:
android.os.Parcelable,BuildingResource,FloorResource,Filterable
A remote calibration stored in the cloud. It contains the calibration metadata and its state
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enum -
Field Summary
FieldsFields inherited from class es.situm.sdk.model.Resource
EMPTY_IDENTIFIER, EMPTY_IDENTIFIER_BACKWARDSFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Method Summary
Modifier and TypeMethodDescriptionintbooleanReturn the building identifier of the resourceReturn the floor identifier of the resourcegetName()getState()getUri()inthashCode()booleanReturn true if the calibration is invalidbooleanisUsed()Return true if the calibration is used in the positioning modelbooleanReturn true if the calibration is in any of the waiting statestoString()voidwriteToParcel(android.os.Parcel dest, int flags) Methods inherited from class es.situm.sdk.model.Resource
getCreatedAt, getCustomFields, getIdentifier, getUpdatedAt
-
Field Details
-
CREATOR
-
-
Method Details
-
isUsed
public boolean isUsed()Return true if the calibration is used in the positioning model -
isWaiting
public boolean isWaiting()Return true if the calibration is in any of the waiting states -
isInvalid
public boolean isInvalid()Return true if the calibration is invalid -
getName
-
getFloorIdentifier
Description copied from interface:FloorResourceReturn the floor identifier of the resource- Specified by:
getFloorIdentifierin interfaceFloorResource
-
getBuildingIdentifier
Description copied from interface:BuildingResourceReturn the building identifier of the resource- Specified by:
getBuildingIdentifierin interfaceBuildingResource
-
getState
-
getUri
-
describeContents
public int describeContents()- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
equals
-
hashCode
public int hashCode() -
toString
-