Class RemoteHistorianSettingsRecord

java.lang.Object
simpleorm.dataset.SRecordInstance
com.inductiveautomation.ignition.gateway.localdb.persistence.PersistentRecord
com.inductiveautomation.historian.gateway.legacy.config.RemoteHistorianSettingsRecord
All Implemented Interfaces:
Serializable

@Deprecated(since="8.3") public class RemoteHistorianSettingsRecord extends PersistentRecord
Deprecated.
See Also:
  • Field Details

  • Constructor Details

    • RemoteHistorianSettingsRecord

      public RemoteHistorianSettingsRecord()
      Deprecated.
  • Method Details

    • getMeta

      public RecordMeta<?> getMeta()
      Deprecated.
      Description copied from class: SRecordInstance
      This must be defined in every user record's definition to access the SRecord which provides the meta data for this instance. It is normally defined as:-

       SRecord getMeta() {
         return meta;
       };
       

      The actual meta variable is thus not Serialized, but it would not be anyway as it is usually static.

      Specified by:
      getMeta in class PersistentRecord
    • getId

      public Long getId()
      Deprecated.
    • getServer

      public String getServer()
      Deprecated.
    • getProvider

      public String getProvider()
      Deprecated.
    • setServer

      public void setServer(String value)
      Deprecated.
    • setProvider

      public void setProvider(String value)
      Deprecated.