java.lang.Object
com.arubanetworks.meridian.locationsharing.Location
All Implemented Interfaces:
Serializable

public class Location extends Object implements Serializable
See Also:
  • Constructor Details

    • Location

      public Location()
  • Method Details

    • fromJSON

      public static Location fromJSON(org.json.JSONObject json) throws org.json.JSONException
      Throws:
      org.json.JSONException
    • getTimestamp

      public Date getTimestamp()
    • setTimestamp

      public void setTimestamp(Date timestamp)
    • getMapKey

      public EditorKey getMapKey()
    • setMapKey

      public void setMapKey(EditorKey mapKey)
    • getX

      public Integer getX()
    • setX

      public void setX(Integer x)
    • getY

      public Integer getY()
    • setY

      public void setY(Integer y)
    • getDebug

      public String getDebug()
    • setDebug

      public void setDebug(String debug)
    • getDistance

      public String getDistance()
    • setDistance

      public void setDistance(String distance)
    • getTime

      public String getTime()
    • setTime

      public void setTime(String time)
    • getSharing

      public Boolean getSharing()
    • setSharing

      public void setSharing(Boolean sharing)
    • toString

      @NonNull public String toString()
      Overrides:
      toString in class Object