Class TicketingTicketResultDataType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingTicketResultDataType
-
public class TicketingTicketResultDataType extends java.lang.ObjectTicketingTicketResultDataTypeThe type of this status
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingTicketResultDataType.Builder
-
Constructor Summary
Constructors Constructor Description TicketingTicketResultDataType()TicketingTicketResultDataType(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketResultDataValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketResultDataSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingTicketResultDataType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<TicketingTicketResultDataSourceValue>sourceValue()The source value of this status typejava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TicketingTicketResultDataValue>value()The type of this statusTicketingTicketResultDataTypewithSourceValue(TicketingTicketResultDataSourceValue sourceValue)The source value of this status typeTicketingTicketResultDataTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketResultDataSourceValue> sourceValue)The source value of this status typeTicketingTicketResultDataTypewithValue(TicketingTicketResultDataValue value)The type of this statusTicketingTicketResultDataTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketResultDataValue> value)The type of this status
-
-
-
Constructor Detail
-
TicketingTicketResultDataType
public TicketingTicketResultDataType(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketResultDataValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketResultDataSourceValue> sourceValue)
-
TicketingTicketResultDataType
public TicketingTicketResultDataType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<TicketingTicketResultDataValue> value()
The type of this status
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<TicketingTicketResultDataSourceValue> sourceValue()
The source value of this status type
-
builder
public static TicketingTicketResultDataType.Builder builder()
-
withValue
public TicketingTicketResultDataType withValue(TicketingTicketResultDataValue value)
The type of this status
-
withValue
public TicketingTicketResultDataType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketResultDataValue> value)
The type of this status
-
withSourceValue
public TicketingTicketResultDataType withSourceValue(TicketingTicketResultDataSourceValue sourceValue)
The source value of this status type
-
withSourceValue
public TicketingTicketResultDataType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TicketingTicketResultDataSourceValue> sourceValue)
The source value of this status type
-
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
-
-