@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-02-10T11:07:35.698-06:00[America/Chicago]") public class Device extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_LAST_UPDATED |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_PROFILE |
static String |
JSON_PROPERTY_RESOURCE_ALTERNATE_ID |
static String |
JSON_PROPERTY_RESOURCE_DISPLAY_NAME |
static String |
JSON_PROPERTY_RESOURCE_ID |
static String |
JSON_PROPERTY_RESOURCE_TYPE |
static String |
JSON_PROPERTY_STATUS |
Constructor and Description |
---|
Device() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreated()
Timestamp when the device was created
|
String |
getId()
Unique key for the device
|
OffsetDateTime |
getLastUpdated()
Timestamp when the device was last updated
|
DeviceLinks |
getLinks()
Get links
|
DeviceProfile |
getProfile()
Get profile
|
String |
getResourceAlternateId()
Get resourceAlternateId
|
DeviceDisplayName |
getResourceDisplayName()
Get resourceDisplayName
|
String |
getResourceId()
Alternate key for the `id`
|
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) |
String |
toString() |
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_PROFILE
public static final String JSON_PROPERTY_RESOURCE_ALTERNATE_ID
public static final String JSON_PROPERTY_RESOURCE_DISPLAY_NAME
public static final String JSON_PROPERTY_RESOURCE_ID
public static final String JSON_PROPERTY_RESOURCE_TYPE
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_LINKS
@Nullable public OffsetDateTime getCreated()
@Nullable public OffsetDateTime getLastUpdated()
public Device profile(DeviceProfile profile)
@Nullable public DeviceProfile getProfile()
public void setProfile(DeviceProfile profile)
@Nullable public String getResourceAlternateId()
public Device resourceDisplayName(DeviceDisplayName resourceDisplayName)
@Nullable public DeviceDisplayName getResourceDisplayName()
public void setResourceDisplayName(DeviceDisplayName resourceDisplayName)
@Nullable public String getResourceId()
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)
Copyright © 2017–2023 Okta. All rights reserved.