Class TaskResultStatus
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TaskResultStatus
-
public class TaskResultStatus extends java.lang.ObjectTaskResultStatusThe status of the task
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTaskResultStatus.Builder
-
Constructor Summary
Constructors Constructor Description TaskResultStatus()TaskResultStatus(org.openapitools.jackson.nullable.JsonNullable<? extends TaskResultDataValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TaskResultDataSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TaskResultStatus.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<TaskResultDataSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<TaskResultDataValue>value()The unified value for the status of the task.TaskResultStatuswithSourceValue(TaskResultDataSourceValue sourceValue)TaskResultStatuswithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TaskResultDataSourceValue> sourceValue)TaskResultStatuswithValue(TaskResultDataValue value)The unified value for the status of the task.TaskResultStatuswithValue(org.openapitools.jackson.nullable.JsonNullable<? extends TaskResultDataValue> value)The unified value for the status of the task.
-
-
-
Constructor Detail
-
TaskResultStatus
public TaskResultStatus(org.openapitools.jackson.nullable.JsonNullable<? extends TaskResultDataValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends TaskResultDataSourceValue> sourceValue)
-
TaskResultStatus
public TaskResultStatus()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<TaskResultDataValue> 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<TaskResultDataSourceValue> sourceValue()
-
builder
public static TaskResultStatus.Builder builder()
-
withValue
public TaskResultStatus withValue(TaskResultDataValue 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 TaskResultStatus withValue(org.openapitools.jackson.nullable.JsonNullable<? extends TaskResultDataValue> 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 TaskResultStatus withSourceValue(TaskResultDataSourceValue sourceValue)
-
withSourceValue
public TaskResultStatus withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends TaskResultDataSourceValue> 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
-
-