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-01-30T09:30:33.152574-06:00[America/Chicago]")
public class PushUserFactorProfile
extends Object
implements Serializable
PushUserFactorProfile
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncredentialId(String credentialId) deviceToken(String deviceToken) deviceType(String deviceType) booleanGet credentialIdGet deviceTokenGet deviceTypegetName()Get nameGet platformGet versioninthashCode()voidsetCredentialId(String credentialId) voidsetDeviceToken(String deviceToken) voidsetDeviceType(String deviceType) voidvoidsetPlatform(String platform) voidsetVersion(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
-