Package com.okta.sdk.resource.model
Class DeviceCheck
java.lang.Object
com.okta.sdk.resource.model.DeviceCheck
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class DeviceCheck
extends Object
implements Serializable
DeviceCheck
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
User who created the Device CheckTime the Device Check was createdDescription of the Device CheckgetId()
The ID of the Device CheckTime the Device Check was updatedUser who updated the Device CheckgetLinks()
Get linksgetName()
Display name of the Device CheckGet platformgetQuery()
OSQuery for the Device CheckUnique name of the Device Checkint
hashCode()
platform
(DeviceChecksPlatform platform) void
setDescription
(String description) void
void
void
setPlatform
(DeviceChecksPlatform platform) void
void
setVariableName
(String variableName) toString()
variableName
(String variableName)
-
Field Details
-
JSON_PROPERTY_CREATED_BY
- See Also:
-
JSON_PROPERTY_CREATED_DATE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATE
- See Also:
-
JSON_PROPERTY_LAST_UPDATED_BY
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PLATFORM
- See Also:
-
JSON_PROPERTY_QUERY
- See Also:
-
JSON_PROPERTY_VARIABLE_NAME
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
DeviceCheck
public DeviceCheck()
-
-
Method Details
-
getCreatedBy
User who created the Device Check- Returns:
- createdBy
-
getCreatedDate
Time the Device Check was created- Returns:
- createdDate
-
description
-
getDescription
Description of the Device Check- Returns:
- description
-
setDescription
-
getId
The ID of the Device Check- Returns:
- id
-
getLastUpdate
Time the Device Check was updated- Returns:
- lastUpdate
-
getLastUpdatedBy
User who updated the Device Check- Returns:
- lastUpdatedBy
-
name
-
getName
Display name of the Device Check- Returns:
- name
-
setName
-
platform
-
getPlatform
Get platform- Returns:
- platform
-
setPlatform
-
query
-
getQuery
OSQuery for the Device Check- Returns:
- query
-
setQuery
-
variableName
-
getVariableName
Unique name of the Device Check- Returns:
- variableName
-
setVariableName
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-