Package com.okta.sdk.resource.model
Class UserFactorPushProfile
java.lang.Object
com.okta.sdk.resource.model.UserFactorPushProfile
- 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 UserFactorPushProfile
extends Object
implements Serializable
UserFactorPushProfile
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncredentialId
(String credentialId) deviceToken
(String deviceToken) deviceType
(String deviceType) boolean
ID for the Factor credentialToken used to identify the deviceType of devicegetName()
Name of the deviceOS version of the associated deviceInstalled version of Okta Verifyint
hashCode()
void
setCredentialId
(String credentialId) void
setDeviceToken
(String deviceToken) void
setDeviceType
(String deviceType) void
void
setPlatform
(String platform) void
setVersion
(String version) toString()
-
Field Details
-
JSON_PROPERTY_CREDENTIAL_ID
- See Also:
-
JSON_PROPERTY_DEVICE_TOKEN
- See Also:
-
JSON_PROPERTY_DEVICE_TYPE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PLATFORM
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
UserFactorPushProfile
public UserFactorPushProfile()
-
-
Method Details
-
credentialId
-
getCredentialId
ID for the Factor credential- Returns:
- credentialId
-
setCredentialId
-
deviceToken
-
getDeviceToken
Token used to identify the device- Returns:
- deviceToken
-
setDeviceToken
-
deviceType
-
getDeviceType
Type of device- Returns:
- deviceType
-
setDeviceType
-
name
-
getName
Name of the device- Returns:
- name
-
setName
-
platform
-
getPlatform
OS version of the associated device- Returns:
- platform
-
setPlatform
-
version
-
getVersion
Installed version of Okta Verify- Returns:
- version
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-