Class URLContextResultDelta
java.lang.Object
com.google.genai.gaos.models.interactions.URLContextResultDelta
- All Implemented Interfaces:
StepDeltaData
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionURLContextResultDelta(Boolean isError, List<URLContextResult> result, String signature) URLContextResultDelta(List<URLContextResult> result) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()isError()result()A signature hash for backend validation.toString()type()withIsError(Boolean isError) withResult(List<URLContextResult> result) withSignature(String signature) A signature hash for backend validation.
-
Constructor Details
-
URLContextResultDelta
public URLContextResultDelta(@Nullable Boolean isError, @Nonnull List<URLContextResult> result, @Nullable String signature) -
URLContextResultDelta
-
-
Method Details
-
isError
-
result
-
signature
A signature hash for backend validation. -
type
- Specified by:
typein interfaceStepDeltaData
-
builder
-
withIsError
-
withResult
-
withSignature
A signature hash for backend validation. -
equals
-
hashCode
public int hashCode() -
toString
-