public static class

MapViewModel.RouteRequestError

extends Object
java.lang.Object
   ↳ com.mapsted.ui.map.MapViewModel.RouteRequestError

Summary

Fields
public List<String> alertsBlockingThisRequest
public String errorMessage
public RouteErrorType errorType
public Entity subjectEntity
public Tag subjectTag
Public Constructors
RouteRequestError()
Public Methods
static MapViewModel.RouteRequestError from(RouteErrorType errorType, String errorMessage, List<String> alertIds)
static MapViewModel.RouteRequestError from(Tag subjectTag, RouteErrorType errorType, String errorMessage, List<String> alertIds)
static MapViewModel.RouteRequestError from(Entity subjectEntity, RouteErrorType errorType, String errorMessage, List<String> alertIds)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public List<String> alertsBlockingThisRequest

public String errorMessage

public RouteErrorType errorType

public Entity subjectEntity

public Tag subjectTag

Public Constructors

public RouteRequestError ()

Public Methods

public static MapViewModel.RouteRequestError from (RouteErrorType errorType, String errorMessage, List<String> alertIds)

public static MapViewModel.RouteRequestError from (Tag subjectTag, RouteErrorType errorType, String errorMessage, List<String> alertIds)

public static MapViewModel.RouteRequestError from (Entity subjectEntity, RouteErrorType errorType, String errorMessage, List<String> alertIds)