Package so.prelude.sdk.models
Class WatchPredictParams.Signals
-
- All Implemented Interfaces:
public final class WatchPredictParams.Signals
It is highly recommended that you provide the signals to increase prediction performance.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
WatchPredictParams.Signals.Builder
A builder for Signals.
-
Method Summary
Modifier and Type Method Description final Optional<String>
deviceId()
The unique identifier for the user's device. final Optional<String>
deviceModel()
The model of the user's device. final Optional<String>
deviceType()
The type of the user's device. final Optional<String>
ip()
The IPv4 address of the user's device final JsonField<String>
_deviceId()
The unique identifier for the user's device. final JsonField<String>
_deviceModel()
The model of the user's device. final JsonField<String>
_deviceType()
The type of the user's device. final JsonField<String>
_ip()
The IPv4 address of the user's device final Map<String, JsonValue>
_additionalProperties()
final WatchPredictParams.Signals
validate()
final WatchPredictParams.Signals.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static WatchPredictParams.Signals.Builder
builder()
Returns a mutable builder for constructing an instance of Signals. -
-
Method Detail
-
deviceId
final Optional<String> deviceId()
The unique identifier for the user's device. For Android, this corresponds to the
ANDROID_ID
and for iOS, this corresponds to theidentifierForVendor
.
-
deviceModel
final Optional<String> deviceModel()
The model of the user's device.
-
deviceType
final Optional<String> deviceType()
The type of the user's device.
-
_deviceId
final JsonField<String> _deviceId()
The unique identifier for the user's device. For Android, this corresponds to the
ANDROID_ID
and for iOS, this corresponds to theidentifierForVendor
.
-
_deviceModel
final JsonField<String> _deviceModel()
The model of the user's device.
-
_deviceType
final JsonField<String> _deviceType()
The type of the user's device.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final WatchPredictParams.Signals validate()
-
toBuilder
final WatchPredictParams.Signals.Builder toBuilder()
-
builder
final static WatchPredictParams.Signals.Builder builder()
Returns a mutable builder for constructing an instance of Signals.
-
-
-
-