Class Device
java.lang.Object
com.pingidentity.sdk.api.authn.model.Device
- All Implemented Interfaces:
Serializable
An API model that represents a device.
- Since:
- 10.1
- See Also:
-
Constructor Details
-
Device
public Device()
-
-
Method Details
-
getId
Get the device identifier. -
setId
Set the device identifier. -
getType
Get the type of the device. -
setType
Set the type of the device. -
getTarget
Get the device target. Where possible, the target should be masked. -
setTarget
Set the device target.
-