package com.safenet.lib; public class GeofencePointsId { public int geofencePointsId; public int latLngPointId; public int pointsIdx; public GeofencePointsId(){ } public String toString() { return "geofencePointsId" + geofencePointsId + "latLngPointId" + latLngPointId + "pointsIdx" + pointsIdx; } }