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-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class UserFactorPushProfile
extends Object
implements Serializable
UserFactorPushProfile
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
setCredentialId
-
deviceToken
-
getDeviceToken
-
setDeviceToken
-
deviceType
-
getDeviceType
-
setDeviceType
-
name
-
getName
-
setName
-
platform
-
getPlatform
-
setPlatform
-
version
-
getVersion
-
setVersion
-
equals
-
hashCode
-
toString
-