Class TaskResultType


  • public class TaskResultType
    extends java.lang.Object
    TaskResultType

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