Class PromptAnalyzerCreateResponse.Frameworks
-
- All Implemented Interfaces:
public final class PromptAnalyzerCreateResponse.FrameworksThe framework labels identified during analysis
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPromptAnalyzerCreateResponse.Frameworks.BuilderA builder for Frameworks.
public final classPromptAnalyzerCreateResponse.Frameworks.MitreThe MITRE Atlas framework labels identified during analysis
public final classPromptAnalyzerCreateResponse.Frameworks.OwaspThe OWASP framework labels identified during analysis
public final classPromptAnalyzerCreateResponse.Frameworks.Owasp2025The OWASP:2025 framework labels identified during analysis
-
Method Summary
-
-
Method Detail
-
mitre
final Optional<List<PromptAnalyzerCreateResponse.Frameworks.Mitre>> mitre()
-
owasp
final Optional<List<PromptAnalyzerCreateResponse.Frameworks.Owasp>> owasp()
-
owasp2025
final Optional<List<PromptAnalyzerCreateResponse.Frameworks.Owasp2025>> owasp2025()
-
_mitre
final JsonField<List<PromptAnalyzerCreateResponse.Frameworks.Mitre>> _mitre()
Returns the raw JSON value of mitre.
Unlike mitre, this method doesn't throw if the JSON field has an unexpected type.
-
_owasp
final JsonField<List<PromptAnalyzerCreateResponse.Frameworks.Owasp>> _owasp()
Returns the raw JSON value of owasp.
Unlike owasp, this method doesn't throw if the JSON field has an unexpected type.
-
_owasp2025
final JsonField<List<PromptAnalyzerCreateResponse.Frameworks.Owasp2025>> _owasp2025()
Returns the raw JSON value of owasp2025.
Unlike owasp2025, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PromptAnalyzerCreateResponse.Frameworks.Builder toBuilder()
-
validate
final PromptAnalyzerCreateResponse.Frameworks 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.Builder builder()
Returns a mutable builder for constructing an instance of Frameworks.
-
-
-
-