Package com.okta.sdk.resource.model
Class PushUserFactorProfile
java.lang.Object
com.okta.sdk.resource.model.PushUserFactorProfile
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-17T07:49:15.347219-05:00[America/Chicago]",
comments="Generator version: 7.5.0")
public class PushUserFactorProfile
extends Object
implements Serializable
PushUserFactorProfile
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncredentialId
(String credentialId) deviceToken
(String deviceToken) deviceType
(String deviceType) boolean
Get credentialIdGet deviceTokenGet deviceTypegetName()
Get nameGet platformGet versionint
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
-
PushUserFactorProfile
public PushUserFactorProfile()
-
-
Method Details
-
credentialId
-
getCredentialId
Get credentialId- Returns:
- credentialId
-
setCredentialId
-
deviceToken
-
getDeviceToken
Get deviceToken- Returns:
- deviceToken
-
setDeviceToken
-
deviceType
-
getDeviceType
Get deviceType- Returns:
- deviceType
-
setDeviceType
-
name
-
getName
Get name- Returns:
- name
-
setName
-
platform
-
getPlatform
Get platform- Returns:
- platform
-
setPlatform
-
version
-
getVersion
Get version- Returns:
- version
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-