Class PromptAnalyzerCreateResponse.Frameworks.Owasp2025
-
- All Implemented Interfaces:
public final class PromptAnalyzerCreateResponse.Frameworks.Owasp2025The OWASP:2025 framework labels identified during analysis
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPromptAnalyzerCreateResponse.Frameworks.Owasp2025.BuilderA builder for Owasp2025.
-
Method Summary
Modifier and Type Method Description final Optional<String>label()The label of the OWASP:2025 framework label final Optional<String>name()The name of the OWASP:2025 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.Owasp2025.BuildertoBuilder()final PromptAnalyzerCreateResponse.Frameworks.Owasp2025validate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PromptAnalyzerCreateResponse.Frameworks.Owasp2025.Builderbuilder()Returns a mutable builder for constructing an instance of Owasp2025. -
-
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.Owasp2025.Builder toBuilder()
-
validate
final PromptAnalyzerCreateResponse.Frameworks.Owasp2025 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 PromptAnalyzerCreateResponse.Frameworks.Owasp2025.Builder builder()
Returns a mutable builder for constructing an instance of Owasp2025.
-
-
-
-