Package so.prelude.sdk.models
Class WatchPredictResponse.Reasoning
-
- All Implemented Interfaces:
public final class WatchPredictResponse.Reasoning
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
WatchPredictResponse.Reasoning.Builder
A builder for Reasoning.
public final class
WatchPredictResponse.Reasoning.Cause
A label explaining why the phone number was classified as not trustworthy
-
Method Summary
Modifier and Type Method Description final Optional<WatchPredictResponse.Reasoning.Cause>
cause()
A label explaining why the phone number was classified as not trustworthy final Optional<Double>
score()
Indicates the risk of the phone number being genuine or involved in fraudulent patterns. final JsonField<WatchPredictResponse.Reasoning.Cause>
_cause()
A label explaining why the phone number was classified as not trustworthy final JsonField<Double>
_score()
Indicates the risk of the phone number being genuine or involved in fraudulent patterns. final Map<String, JsonValue>
_additionalProperties()
final WatchPredictResponse.Reasoning
validate()
final WatchPredictResponse.Reasoning.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static WatchPredictResponse.Reasoning.Builder
builder()
Returns a mutable builder for constructing an instance of Reasoning. -
-
Method Detail
-
cause
final Optional<WatchPredictResponse.Reasoning.Cause> cause()
A label explaining why the phone number was classified as not trustworthy
-
score
final Optional<Double> score()
Indicates the risk of the phone number being genuine or involved in fraudulent patterns. The higher the riskier.
-
_cause
final JsonField<WatchPredictResponse.Reasoning.Cause> _cause()
A label explaining why the phone number was classified as not trustworthy
-
_score
final JsonField<Double> _score()
Indicates the risk of the phone number being genuine or involved in fraudulent patterns. The higher the riskier.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final WatchPredictResponse.Reasoning validate()
-
toBuilder
final WatchPredictResponse.Reasoning.Builder toBuilder()
-
builder
final static WatchPredictResponse.Reasoning.Builder builder()
Returns a mutable builder for constructing an instance of Reasoning.
-
-
-
-