Class CompletionResult1


  • public class CompletionResult1
    extends java.lang.Object
    CompletionResult1

    The result of the completion

    • Constructor Detail

      • CompletionResult1

        public CompletionResult1​(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionValue> value,
                                 org.openapitools.jackson.nullable.JsonNullable<? extends CompletionSourceValue> sourceValue)
      • CompletionResult1

        public CompletionResult1()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<CompletionValue> value()
        The StackOne unified result status.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<CompletionSourceValue> sourceValue()
        The original result status from the provider before normalization.
      • withValue

        public CompletionResult1 withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionValue> value)
        The StackOne unified result status.
      • withSourceValue

        public CompletionResult1 withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionSourceValue> sourceValue)
        The original result status from the provider before normalization.
      • 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