Class BetaManagedAgentsMultiagent
-
- All Implemented Interfaces:
public final class BetaManagedAgentsMultiagentResolved coordinator topology with a concrete agent roster.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsMultiagent.BuilderA builder for BetaManagedAgentsMultiagent.
public final classBetaManagedAgentsMultiagent.Type
-
Method Summary
Modifier and Type Method Description final List<BetaManagedAgentsAgentReference>agents()Agents the coordinator may spawn as session threads, each resolved to a specific version. final BetaManagedAgentsMultiagent.Typetype()final JsonField<List<BetaManagedAgentsAgentReference>>_agents()Returns the raw JSON value of agents. final JsonField<BetaManagedAgentsMultiagent.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsMultiagent.BuildertoBuilder()final BetaManagedAgentsMultiagentvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsMultiagent.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsMultiagent. -
-
Method Detail
-
agents
final List<BetaManagedAgentsAgentReference> agents()
Agents the coordinator may spawn as session threads, each resolved to a specific version.
-
type
final BetaManagedAgentsMultiagent.Type type()
-
_agents
final JsonField<List<BetaManagedAgentsAgentReference>> _agents()
Returns the raw JSON value of agents.
Unlike agents, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsMultiagent.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsMultiagent.Builder toBuilder()
-
validate
final BetaManagedAgentsMultiagent 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 BetaManagedAgentsMultiagent.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsMultiagent.
The following fields are required:
.agents() .type()
-
-
-
-