@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class Device
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_CREATED |
static java.lang.String |
JSON_PROPERTY_ID |
static java.lang.String |
JSON_PROPERTY_LAST_UPDATED |
static java.lang.String |
JSON_PROPERTY_LINKS |
static java.lang.String |
JSON_PROPERTY_PROFILE |
static java.lang.String |
JSON_PROPERTY_RESOURCE_ALTERNATE_ID |
static java.lang.String |
JSON_PROPERTY_RESOURCE_DISPLAY_NAME |
static java.lang.String |
JSON_PROPERTY_RESOURCE_ID |
static java.lang.String |
JSON_PROPERTY_RESOURCE_TYPE |
static java.lang.String |
JSON_PROPERTY_STATUS |
| Constructor and Description |
|---|
Device() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.time.OffsetDateTime |
getCreated()
Timestamp when the device was created
|
java.lang.String |
getId()
Unique key for the device
|
java.time.OffsetDateTime |
getLastUpdated()
Timestamp when the device was last updated
|
DeviceLinks |
getLinks()
Get links
|
DeviceProfile |
getProfile()
Get profile
|
java.lang.String |
getResourceAlternateId()
Get resourceAlternateId
|
DeviceDisplayName |
getResourceDisplayName()
Get resourceDisplayName
|
java.lang.String |
getResourceId()
Alternate key for the `id`
|
java.lang.String |
getResourceType()
Get resourceType
|
DeviceStatus |
getStatus()
Get status
|
int |
hashCode() |
Device |
links(DeviceLinks links) |
Device |
profile(DeviceProfile profile) |
Device |
resourceDisplayName(DeviceDisplayName resourceDisplayName) |
void |
setLinks(DeviceLinks links) |
void |
setProfile(DeviceProfile profile) |
void |
setResourceDisplayName(DeviceDisplayName resourceDisplayName) |
void |
setStatus(DeviceStatus status) |
Device |
status(DeviceStatus status) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_CREATED
public static final java.lang.String JSON_PROPERTY_ID
public static final java.lang.String JSON_PROPERTY_LAST_UPDATED
public static final java.lang.String JSON_PROPERTY_PROFILE
public static final java.lang.String JSON_PROPERTY_RESOURCE_ALTERNATE_ID
public static final java.lang.String JSON_PROPERTY_RESOURCE_DISPLAY_NAME
public static final java.lang.String JSON_PROPERTY_RESOURCE_ID
public static final java.lang.String JSON_PROPERTY_RESOURCE_TYPE
public static final java.lang.String JSON_PROPERTY_STATUS
public static final java.lang.String JSON_PROPERTY_LINKS
@Nullable public java.time.OffsetDateTime getCreated()
@Nullable public java.lang.String getId()
@Nullable public java.time.OffsetDateTime getLastUpdated()
public Device profile(DeviceProfile profile)
@Nullable public DeviceProfile getProfile()
public void setProfile(DeviceProfile profile)
@Nullable public java.lang.String getResourceAlternateId()
public Device resourceDisplayName(DeviceDisplayName resourceDisplayName)
@Nullable public DeviceDisplayName getResourceDisplayName()
public void setResourceDisplayName(DeviceDisplayName resourceDisplayName)
@Nullable public java.lang.String getResourceId()
@Nullable public java.lang.String getResourceType()
public Device status(DeviceStatus status)
@Nullable public DeviceStatus getStatus()
public void setStatus(DeviceStatus status)
public Device links(DeviceLinks links)
@Nullable public DeviceLinks getLinks()
public void setLinks(DeviceLinks links)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.