-
- All Implemented Interfaces:
public class PTRDeepLinkStaticPathAction extends PTRDeepLinkAction
-
-
Field Summary
Fields Modifier and Type Field Description private PTRDeepLinkActionType
type
private final PTRDeepLinkLocation
sourceLocation
private final PTRDeepLinkLocation
destinationLocation
-
Constructor Summary
Constructors Constructor Description PTRDeepLinkStaticPathAction(PTRDeepLinkLocation sourceLocation, PTRDeepLinkLocation destinationLocation)
-
Method Summary
Modifier and Type Method Description PTRDeepLinkActionType
getType()
Unit
setType(PTRDeepLinkActionType type)
final PTRDeepLinkLocation
getSourceLocation()
final PTRDeepLinkLocation
getDestinationLocation()
-
-
Constructor Detail
-
PTRDeepLinkStaticPathAction
PTRDeepLinkStaticPathAction(PTRDeepLinkLocation sourceLocation, PTRDeepLinkLocation destinationLocation)
-
-
Method Detail
-
getType
PTRDeepLinkActionType getType()
-
setType
Unit setType(PTRDeepLinkActionType type)
-
getSourceLocation
final PTRDeepLinkLocation getSourceLocation()
-
getDestinationLocation
final PTRDeepLinkLocation getDestinationLocation()
-
-
-
-