Class TicketingTicketStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingTicketStatus
-
public class TicketingTicketStatus extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingTicketStatus.Builder
-
Constructor Summary
Constructors Constructor Description TicketingTicketStatus()TicketingTicketStatus(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketStatusType> type, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingTicketStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()The id of the ticket status.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name of the ticket status.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TicketingTicketStatusType>type()The type of this statusTicketingTicketStatuswithId(java.lang.String id)The id of the ticket status.TicketingTicketStatuswithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The id of the ticket status.TicketingTicketStatuswithName(java.lang.String name)The name of the ticket status.TicketingTicketStatuswithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the ticket status.TicketingTicketStatuswithType(TicketingTicketStatusType type)The type of this statusTicketingTicketStatuswithType(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketStatusType> type)The type of this status
-
-
-
Constructor Detail
-
TicketingTicketStatus
public TicketingTicketStatus(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketStatusType> type, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
TicketingTicketStatus
public TicketingTicketStatus()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
The id of the ticket status.
-
type
public org.openapitools.jackson.nullable.JsonNullable<TicketingTicketStatusType> type()
The type of this status
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The name of the ticket status.
-
builder
public static TicketingTicketStatus.Builder builder()
-
withId
public TicketingTicketStatus withId(java.lang.String id)
The id of the ticket status.
-
withId
public TicketingTicketStatus withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The id of the ticket status.
-
withType
public TicketingTicketStatus withType(TicketingTicketStatusType type)
The type of this status
-
withType
public TicketingTicketStatus withType(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketStatusType> type)
The type of this status
-
withName
public TicketingTicketStatus withName(java.lang.String name)
The name of the ticket status.
-
withName
public TicketingTicketStatus withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the ticket status.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-