Class Priority


  • public class Priority
    extends java.lang.Object
    Priority

    Priority of the ticket

    • Constructor Detail

      • Priority

        public Priority​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                        org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketValue> value,
                        org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketSourceValue> sourceValue)
      • Priority

        public Priority()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        The id of the ticket priority.
      • value

        public org.openapitools.jackson.nullable.JsonNullable<TicketingReadTicketValue> value()
        The priority of the ticket.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<TicketingReadTicketSourceValue> sourceValue()
        The source value of the ticket priority.
      • withId

        public Priority withId​(java.lang.String id)
        The id of the ticket priority.
      • withId

        public Priority withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        The id of the ticket priority.
      • withValue

        public Priority withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketValue> value)
        The priority of the ticket.
      • withSourceValue

        public Priority withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingReadTicketSourceValue> sourceValue)
        The source value of the ticket priority.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object