Class TaskResultStatus


  • public class TaskResultStatus
    extends java.lang.Object
    TaskResultStatus

    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
      • 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
      • 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