@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class TrustedDeviceData extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DEVICE_ID |
static String |
SERIALIZED_NAME_TRUST_LEVEL |
Constructor and Description |
---|
TrustedDeviceData() |
Modifier and Type | Method and Description |
---|---|
TrustedDeviceData |
deviceId(DeviceId deviceId) |
boolean |
equals(Object o) |
DeviceId |
getDeviceId()
Get deviceId
|
Integer |
getTrustLevel()
Get trustLevel
|
int |
hashCode() |
void |
setDeviceId(DeviceId deviceId) |
void |
setTrustLevel(Integer trustLevel) |
String |
toString() |
TrustedDeviceData |
trustLevel(Integer trustLevel) |
public static final String SERIALIZED_NAME_TRUST_LEVEL
public static final String SERIALIZED_NAME_DEVICE_ID
public TrustedDeviceData trustLevel(Integer trustLevel)
public void setTrustLevel(Integer trustLevel)
public TrustedDeviceData deviceId(DeviceId deviceId)
public void setDeviceId(DeviceId deviceId)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.