Package ai.vectros.types
Class AppContextResponse
java.lang.Object
ai.vectros.types.AppContextResponse
-
Method Details
-
getCreated
- Returns:
- Whether this call created a new app context. True when a new app context was created; false when an app context with the same
contextIdalready existed and was returned unchanged (idempotent create) or updated (when?upsert=true). Present only on the create response (POST /v1/app-contexts); absent on reads. The HTTP status mirrors it — 201 when created, 200 when an existing app context was returned.
-
getId
- Returns:
- Opaque composite identifier for this app context. Use it as the pagination cursor (pass it as
startFromto page through results); for everything else, refer to the app context by itscontextId.
-
getContextId
- Returns:
- Your identifier for the app context.
-
getName
- Returns:
- Human-readable display name for the app context.
-
getDescription
- Returns:
- Free-text description of the app context.
-
getCreatedAt
- Returns:
- When the app context was created, as an ISO-8601 UTC timestamp.
-
getLastModified
- Returns:
- When the app context was last modified, as an ISO-8601 UTC timestamp.
-
getStatus
- Returns:
- Lifecycle status of the app context:
activeunder normal operation;purgingwhile an asynchronous delete is draining the context's data;deletedonce that teardown completes. After you call DELETE on an app context (which returns 202 and drains asynchronously), poll this field to observe when the teardown has finished.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-