Class PromptAnalyzerCreateResponse.Results.InputUrlResults
-
- All Implemented Interfaces:
public final class PromptAnalyzerCreateResponse.Results.InputUrlResultsThe input URL results
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPromptAnalyzerCreateResponse.Results.InputUrlResults.BuilderA builder for InputUrlResults.
-
Method Summary
Modifier and Type Method Description final Optional<Double>elapsedMs()The time in milliseconds it took to process the guardrail final Optional<List<String>>urls()final JsonField<Double>_elapsedMs()Returns the raw JSON value of elapsedMs. final JsonField<List<String>>_urls()Returns the raw JSON value of urls. final Map<String, JsonValue>_additionalProperties()final PromptAnalyzerCreateResponse.Results.InputUrlResults.BuildertoBuilder()final PromptAnalyzerCreateResponse.Results.InputUrlResultsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PromptAnalyzerCreateResponse.Results.InputUrlResults.Builderbuilder()Returns a mutable builder for constructing an instance of InputUrlResults. -
-
Method Detail
-
elapsedMs
final Optional<Double> elapsedMs()
The time in milliseconds it took to process the guardrail
-
_elapsedMs
final JsonField<Double> _elapsedMs()
Returns the raw JSON value of elapsedMs.
Unlike elapsedMs, this method doesn't throw if the JSON field has an unexpected type.
-
_urls
final JsonField<List<String>> _urls()
Returns the raw JSON value of urls.
Unlike urls, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PromptAnalyzerCreateResponse.Results.InputUrlResults.Builder toBuilder()
-
validate
final PromptAnalyzerCreateResponse.Results.InputUrlResults validate()
-
builder
final static PromptAnalyzerCreateResponse.Results.InputUrlResults.Builder builder()
Returns a mutable builder for constructing an instance of InputUrlResults.
-
-
-
-