Class TaskStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TaskStatus
-
public class TaskStatus extends java.lang.ObjectTaskStatusThe status of the task
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTaskStatus.Builder
-
Constructor Summary
Constructors Constructor Description TaskStatus()TaskStatus(org.openapitools.jackson.nullable.JsonNullable<? extends TaskStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TaskStatusSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TaskStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<TaskStatusSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TaskStatusValue>value()The unified value for the status of the task.TaskStatuswithSourceValue(TaskStatusSourceValue sourceValue)TaskStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TaskStatusSourceValue> sourceValue)TaskStatuswithValue(TaskStatusValue value)The unified value for the status of the task.TaskStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends TaskStatusValue> value)The unified value for the status of the task.
-
-
-
Constructor Detail
-
TaskStatus
public TaskStatus(org.openapitools.jackson.nullable.JsonNullable<? extends TaskStatusValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TaskStatusSourceValue> sourceValue)
-
TaskStatus
public TaskStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<TaskStatusValue> value()
The unified value for the status of the task. If the provider does not specify this status, the value will be set to UnmappedValue
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<TaskStatusSourceValue> sourceValue()
-
builder
public static final TaskStatus.Builder builder()
-
withValue
public TaskStatus withValue(TaskStatusValue value)
The unified value for the status of the task. If the provider does not specify this status, the value will be set to UnmappedValue
-
withValue
public TaskStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TaskStatusValue> value)
The unified value for the status of the task. If the provider does not specify this status, the value will be set to UnmappedValue
-
withSourceValue
public TaskStatus withSourceValue(TaskStatusSourceValue sourceValue)
-
withSourceValue
public TaskStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TaskStatusSourceValue> sourceValue)
-
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
-
-