Class ProxyRulesRecord

All Implemented Interfaces:
Serializable

public class ProxyRulesRecord extends PersistentRecord
Rules used by a proxy gateway that determines whether to allow routes to be established between gateways on either side of the proxy gateway.
See Also:
  • Field Details

  • Constructor Details

    • ProxyRulesRecord

      public ProxyRulesRecord()
  • Method Details

    • getMeta

      public RecordMeta<?> getMeta()
      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
    • getRank

      public int getRank()
    • setRank

      public void setRank(int newRank)
    • getAction

      public com.inductiveautomation.metro.impl.ProxyRule.Action getAction()
    • setAction

      public void setAction(com.inductiveautomation.metro.impl.ProxyRule.Action theAction)