Class TicketingTicketResultType


  • public class TicketingTicketResultType
    extends java.lang.Object
    TicketingTicketResultType

    The type of the ticket

    • Constructor Detail

      • TicketingTicketResultType

        public TicketingTicketResultType​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                         org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name,
                                         org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
      • TicketingTicketResultType

        public TicketingTicketResultType()
    • Method Detail

      • id

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

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
        The name of the ticket type.
      • projectId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId()
        The project the ticket type belongs to.
      • withId

        public TicketingTicketResultType withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        The id of the ticket type.
      • withName

        public TicketingTicketResultType withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The name of the ticket type.
      • withProjectId

        public TicketingTicketResultType withProjectId​(java.lang.String projectId)
        The project the ticket type belongs to.
      • withProjectId

        public TicketingTicketResultType withProjectId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
        The project the ticket type belongs to.
      • 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