Class RawTicketFieldSystemOption

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Gets the name of the ticket field system option.
      java.lang.String getValue()
      Gets the value of the ticket field system option.
      • Methods inherited from class java.lang.Object

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

      • RawTicketFieldSystemOption

        public RawTicketFieldSystemOption()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the name of the ticket field system option.
        Returns:
        the name of the ticket field system option.
      • getValue

        public java.lang.String getValue()
        Gets the value of the ticket field system option.
        Returns:
        the value of the ticket field system option.