Class ViewStopMsg
- java.lang.Object
-
- com.inductiveautomation.perspective.gateway.messages.lifecycle.ViewStopMsg
-
public class ViewStopMsg extends java.lang.Object
Created by carlg on 11/23/2016.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
mountPath
static java.lang.String
PROTOCOL
java.lang.String
resourcePath
-
Constructor Summary
Constructors Constructor Description ViewStopMsg()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ViewInstanceId
instanceId()
-
-
-
Field Detail
-
PROTOCOL
public static final java.lang.String PROTOCOL
- See Also:
- Constant Field Values
-
resourcePath
public java.lang.String resourcePath
-
mountPath
public java.lang.String mountPath
-
-
Method Detail
-
instanceId
public ViewInstanceId instanceId()
-
-