Class ReSyncViewsMsg.RunningViewInfo

  • Enclosing class:
    ReSyncViewsMsg

    public class ReSyncViewsMsg.RunningViewInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long birthDate  
      com.inductiveautomation.ignition.common.gson.JsonObject inputs  
      java.lang.String mountPath  
      java.lang.String resourcePath  
    • Constructor Summary

      Constructors 
      Constructor Description
      RunningViewInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ViewInstanceId getId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • resourcePath

        public java.lang.String resourcePath
      • mountPath

        public java.lang.String mountPath
      • birthDate

        public long birthDate
      • inputs

        public com.inductiveautomation.ignition.common.gson.JsonObject inputs
    • Constructor Detail

      • RunningViewInfo

        public RunningViewInfo()