STWPhone

fun STWPhone(parcel: Parcel)
fun STWPhone(    id: Int?,     systemContactID: Long?,     internationalNumber: String,     phoneType: Int,     geolocationLatitude: Double? = null,     geolocationLongitude: Double? = null,     geolocationAccuracy: Long? = null,     geolocationAddress: String? = null,     geolocationSpeed: Long = PhonesEntity.TableInfo.DEFAULT_GEOLOCATION_SPEED,     lastSubscriberDataDate: String? = null,     userAvailability: Long = UserAvailability.AVAILABILITY_UNKNOWN,     batteryLevel: Long? = null,     signalStrength: Long? = null,     networkType: String? = null,     batteryNetworkDate: String? = null,     phoneSubType: Long = PhoneSubType.TYPE_USER,     geolocationErrorReason: Long = GeolocationErrorReason.GEOLOCATION_ERROR_DEFAULT_REASON,     geolocationErrorReasonDate: String? = null,     geolocationErrorReasonAccuracy: Long? = null,     operationalStatus: Long = PhonesEntity.TableInfo.DEFAULT_OPERATIONAL_STATUS_ID,     roleIcon: Long = PhonesEntity.TableInfo.DEFAULT_ROLE_ICON_ID,     userStatus: Long = UserStatus.STATUS_CONNECTED,     fqdn: String? = null)