Class TaskStatus


  • public class TaskStatus
    extends java.lang.Object
    TaskStatus

    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()
      • 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
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object