Package com.anthropic.models.messages
Class RawMessageStopEvent
-
- All Implemented Interfaces:
public final class RawMessageStopEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRawMessageStopEvent.BuilderA builder for RawMessageStopEvent.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("message_stop")final Map<String, JsonValue>_additionalProperties()final RawMessageStopEvent.BuildertoBuilder()final RawMessageStopEventvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RawMessageStopEvent.Builderbuilder()Returns a mutable builder for constructing an instance of RawMessageStopEvent. -
-
Method Detail
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("message_stop")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RawMessageStopEvent.Builder toBuilder()
-
validate
final RawMessageStopEvent validate()
-
builder
final static RawMessageStopEvent.Builder builder()
Returns a mutable builder for constructing an instance of RawMessageStopEvent.
-
-
-
-