Class BetaManagedAgentsRetryStatusTerminal
-
- All Implemented Interfaces:
public final class BetaManagedAgentsRetryStatusTerminalThe session encountered a terminal error and will transition to
terminatedstate.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsRetryStatusTerminal.BuilderA builder for BetaManagedAgentsRetryStatusTerminal.
public final classBetaManagedAgentsRetryStatusTerminal.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsRetryStatusTerminal.Typetype()final JsonField<BetaManagedAgentsRetryStatusTerminal.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsRetryStatusTerminal.BuildertoBuilder()final BetaManagedAgentsRetryStatusTerminalvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsRetryStatusTerminal.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsRetryStatusTerminal. -
-
Method Detail
-
type
final BetaManagedAgentsRetryStatusTerminal.Type type()
-
_type
final JsonField<BetaManagedAgentsRetryStatusTerminal.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 BetaManagedAgentsRetryStatusTerminal.Builder toBuilder()
-
validate
final BetaManagedAgentsRetryStatusTerminal 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 BetaManagedAgentsRetryStatusTerminal.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsRetryStatusTerminal.
The following fields are required:
.type()
-
-
-
-