java.lang.Object
com.inductiveautomation.ignition.common.user.ContactInfo
All Implemented Interfaces:
Serializable

public class ContactInfo extends Object implements Serializable
See Also:
  • Field Details

    • contactType

      protected String contactType
    • value

      protected String value
  • Constructor Details

    • ContactInfo

      public ContactInfo(ContactInfo copy)
    • ContactInfo

      public ContactInfo(String contactType, String value)
  • Method Details

    • getContactType

      public String getContactType()
      The contact type. This string should match the "contactType" field of a known ContactType
    • getValue

      public String getValue()
      The actual contact information. For example, phone number or email address
    • setContactType

      public void setContactType(String contactType)
    • setValue

      public void setValue(String value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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