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