Class BetaManagedAgentsConflictError
-
- All Implemented Interfaces:
public final class BetaManagedAgentsConflictError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsConflictError.BuilderA builder for BetaManagedAgentsConflictError.
public final classBetaManagedAgentsConflictError.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsConflictError.Typetype()final Optional<String>message()final JsonField<BetaManagedAgentsConflictError.Type>_type()Returns the raw JSON value of type. final JsonField<String>_message()Returns the raw JSON value of message. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsConflictError.BuildertoBuilder()final BetaManagedAgentsConflictErrorvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsConflictError.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsConflictError. -
-
Method Detail
-
type
final BetaManagedAgentsConflictError.Type type()
-
_type
final JsonField<BetaManagedAgentsConflictError.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_message
final JsonField<String> _message()
Returns the raw JSON value of message.
Unlike message, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsConflictError.Builder toBuilder()
-
validate
final BetaManagedAgentsConflictError 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 BetaManagedAgentsConflictError.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsConflictError.
The following fields are required:
.type()
-
-
-
-