Package com.openai.models.beta.responses
Class BetaResponseContainerReference
-
- All Implemented Interfaces:
public final class BetaResponseContainerReferenceRepresents a container created with /v1/containers.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaResponseContainerReference.BuilderA builder for BetaResponseContainerReference.
-
Method Summary
Modifier and Type Method Description final StringcontainerId()final JsonValue_type()The environment type. final JsonField<String>_containerId()Returns the raw JSON value of containerId. final Map<String, JsonValue>_additionalProperties()final BetaResponseContainerReference.BuildertoBuilder()final BetaResponseContainerReferencevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaResponseContainerReference.Builderbuilder()Returns a mutable builder for constructing an instance of BetaResponseContainerReference. -
-
Method Detail
-
containerId
final String containerId()
-
_type
final JsonValue _type()
The environment type. Always
container_reference.Expected to always return the following:
JsonValue.from("container_reference")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_containerId
final JsonField<String> _containerId()
Returns the raw JSON value of containerId.
Unlike containerId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaResponseContainerReference.Builder toBuilder()
-
validate
final BetaResponseContainerReference validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaResponseContainerReference.Builder builder()
Returns a mutable builder for constructing an instance of BetaResponseContainerReference.
The following fields are required:
.containerId()
-
-
-
-