Package com.anthropic.models
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.
public final classRawMessageStopEvent.Type
-
Method Summary
Modifier and Type Method Description final RawMessageStopEvent.Typetype()final JsonField<RawMessageStopEvent.Type>_type()final Map<String, JsonValue>_additionalProperties()final RawMessageStopEventvalidate()final RawMessageStopEvent.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RawMessageStopEvent.Builderbuilder()-
-
Method Detail
-
type
final RawMessageStopEvent.Type type()
-
_type
final JsonField<RawMessageStopEvent.Type> _type()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final RawMessageStopEvent validate()
-
toBuilder
final RawMessageStopEvent.Builder toBuilder()
-
builder
final static RawMessageStopEvent.Builder builder()
-
-
-
-