Package com.okta.sdk.resource.model
Class DeviceList
java.lang.Object
com.okta.sdk.resource.model.DeviceList
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class DeviceList
extends Object
implements Serializable
DeviceList
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionembedded
(DeviceListAllOfEmbedded embedded) boolean
Timestamp when the device was createdGet embeddedgetId()
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
setEmbedded
(DeviceListAllOfEmbedded embedded) 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:
-
JSON_PROPERTY_EMBEDDED
- See Also:
-
-
Constructor Details
-
DeviceList
public DeviceList()
-
-
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
-
embedded
-
getEmbedded
-
setEmbedded
-
equals
-
hashCode
-
toString
-