Class PromptAnalyzerCreateResponse.Frameworks.Owasp
-
- All Implemented Interfaces:
public final class PromptAnalyzerCreateResponse.Frameworks.OwaspThe OWASP framework labels identified during analysis
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPromptAnalyzerCreateResponse.Frameworks.Owasp.BuilderA builder for Owasp.
-
Method Summary
Modifier and Type Method Description final Optional<String>label()The label of the OWASP framework label final Optional<String>name()The name of the OWASP framework label final JsonField<String>_label()Returns the raw JSON value of label. final JsonField<String>_name()Returns the raw JSON value of name. final Map<String, JsonValue>_additionalProperties()final PromptAnalyzerCreateResponse.Frameworks.Owasp.BuildertoBuilder()final PromptAnalyzerCreateResponse.Frameworks.Owaspvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PromptAnalyzerCreateResponse.Frameworks.Owasp.Builderbuilder()Returns a mutable builder for constructing an instance of Owasp. -
-
Method Detail
-
_label
final JsonField<String> _label()
Returns the raw JSON value of label.
Unlike label, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PromptAnalyzerCreateResponse.Frameworks.Owasp.Builder toBuilder()
-
validate
final PromptAnalyzerCreateResponse.Frameworks.Owasp validate()
-
builder
final static PromptAnalyzerCreateResponse.Frameworks.Owasp.Builder builder()
Returns a mutable builder for constructing an instance of Owasp.
-
-
-
-