Class URLContextResult
java.lang.Object
com.google.genai.gaos.models.interactions.URLContextResult
URLContextResult
The result of the URL context.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic URLContextResult.Builderbuilder()booleaninthashCode()status()The status of the URL retrieval.toString()url()The URL that was fetched.withStatus(URLContextResultStatus status) The status of the URL retrieval.The URL that was fetched.
-
Constructor Details
-
URLContextResult
-
URLContextResult
public URLContextResult()
-
-
Method Details
-
status
The status of the URL retrieval. -
url
The URL that was fetched. -
builder
-
withStatus
The status of the URL retrieval. -
withUrl
The URL that was fetched. -
equals
-
hashCode
public int hashCode() -
toString
-