public class

DeeplinkData

extends Object
java.lang.Object
   ↳ com.mapsted.positioning.deeplink.DeeplinkData

Summary

Nested Classes
class DeeplinkData.Destination Destination for routing  
Public Constructors
DeeplinkData(Uri uri)
Public Methods
int getBuildingId()
List<DeeplinkData.Destination> getDestinations()
get destinations for routing
int getEntityId()
String getFeaturePath()
gets sub path for app feature this deeplink is for.
int getFloorId()
String getPayloadJsonData()
use getFeaturePath to determine type of this json data.
int getPropertyId()
String getUrl()
void setPayloadJsonData(String json)
void setPropertyId(int propertyId)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DeeplinkData (Uri uri)

Throws
Exception

Public Methods

public int getBuildingId ()

public List<DeeplinkData.Destination> getDestinations ()

get destinations for routing

Returns
  • list of destinations

public int getEntityId ()

public String getFeaturePath ()

gets sub path for app feature this deeplink is for.

public int getFloorId ()

public String getPayloadJsonData ()

use getFeaturePath to determine type of this json data.

Returns
  • json

public int getPropertyId ()

public String getUrl ()

public void setPayloadJsonData (String json)

public void setPropertyId (int propertyId)

public String toString ()