Class CompletionResult1
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CompletionResult1
-
public class CompletionResult1 extends java.lang.ObjectCompletionResult1The result of the completion
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompletionResult1.Builder
-
Constructor Summary
Constructors Constructor Description CompletionResult1()CompletionResult1(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends CompletionSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CompletionResult1.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<CompletionSourceValue>sourceValue()The original result status from the provider before normalization.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<CompletionValue>value()The StackOne unified result status.CompletionResult1withSourceValue(CompletionSourceValue sourceValue)The original result status from the provider before normalization.CompletionResult1withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionSourceValue> sourceValue)The original result status from the provider before normalization.CompletionResult1withValue(CompletionValue value)The StackOne unified result status.CompletionResult1withValue(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionValue> value)The StackOne unified result status.
-
-
-
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.
-
builder
public static CompletionResult1.Builder builder()
-
withValue
public CompletionResult1 withValue(CompletionValue value)
The StackOne unified result status.
-
withValue
public CompletionResult1 withValue(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionValue> value)
The StackOne unified result status.
-
withSourceValue
public CompletionResult1 withSourceValue(CompletionSourceValue sourceValue)
The original result status from the provider before normalization.
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-