Package com.okta.sdk.resource.model
Class Device
java.lang.Object
com.okta.sdk.resource.model.Device
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class Device
extends Object
implements Serializable
Device
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Timestamp when the device was createdgetId()
Unique key for the deviceTimestamp when the device record was last updated.getLinks()
Get linksGet profileGet resourceAlternateIdGet resourceDisplayNameAlternate key for the `id`Get resourceTypeGet statusint
hashCode()
profile
(DeviceProfile profile) resourceDisplayName
(DeviceDisplayName resourceDisplayName) void
void
setProfile
(DeviceProfile profile) void
setResourceDisplayName
(DeviceDisplayName resourceDisplayName) void
setStatus
(DeviceStatus status) status
(DeviceStatus status) toString()
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_RESOURCE_ALTERNATE_ID
- See Also:
-
JSON_PROPERTY_RESOURCE_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_RESOURCE_ID
- See Also:
-
JSON_PROPERTY_RESOURCE_TYPE
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
Device
public Device()
-
-
Method Details
-
getCreated
-
getId
-
getLastUpdated
Timestamp when the device record was last updated. Updates occur when Okta collects and saves device signals during authentication, and when the lifecycle state of the device changes.- Returns:
- lastUpdated
-
profile
-
getProfile
-
setProfile
-
getResourceAlternateId
-
resourceDisplayName
-
getResourceDisplayName
Get resourceDisplayName- Returns:
- resourceDisplayName
-
setResourceDisplayName
-
getResourceId
-
getResourceType
-
status
-
getStatus
-
setStatus
-
links
-
getLinks
-
setLinks
-
equals
-
hashCode
-
toString
-