Class TagPermissionsModel.ZoneRole

java.lang.Object
com.inductiveautomation.ignition.common.sqltags.model.TagPermissionsModel.ZoneRole
All Implemented Interfaces:
Serializable
Enclosing interface:
TagPermissionsModel

@Deprecated(since="8.0.8") public static class TagPermissionsModel.ZoneRole extends Object implements Serializable
Deprecated.
See Also:
  • Constructor Details

    • ZoneRole

      public ZoneRole()
      Deprecated.
    • ZoneRole

      public ZoneRole(String role, String zone)
      Deprecated.
  • Method Details

    • getZone

      public String getZone()
      Deprecated.
    • setZone

      public void setZone(String zone)
      Deprecated.
    • getRole

      public String getRole()
      Deprecated.
    • setRole

      public void setRole(String role)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object