Uses of Class
dev.vality.fistful.withdrawal_session.Route
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal_session |
-
Uses of Route in dev.vality.fistful.withdrawal_session
Fields in dev.vality.fistful.withdrawal_session declared as Route Modifier and Type Field Description RouteSession. routeRouteSessionState. routeMethods in dev.vality.fistful.withdrawal_session that return Route Modifier and Type Method Description RouteRoute. deepCopy()RouteSession. getRoute()RouteSessionState. getRoute()RouteRoute. setProviderId(int provider_id)RouteRoute. setTerminalId(int terminal_id)Methods in dev.vality.fistful.withdrawal_session with parameters of type Route Modifier and Type Method Description intRoute. compareTo(Route other)booleanRoute. equals(Route that)SessionSession. setRoute(Route route)SessionStateSessionState. setRoute(Route route)Constructors in dev.vality.fistful.withdrawal_session with parameters of type Route Constructor Description Route(Route other)Performs a deep copy on other.Session(String id, Withdrawal withdrawal, Route route)SessionState(String id, Withdrawal withdrawal, Route route)