Package com.okta.sdk.resource.model
Class UserFactorProfile
java.lang.Object
com.okta.sdk.resource.model.UserFactorProfile
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-07-28T10:14:57.946459+05:30[Asia/Kolkata]",
comments="Generator version: 7.11.0")
public class UserFactorProfile
extends Object
implements Serializable
UserFactorProfile
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticatorName(String authenticatorName) credentialId(String credentialId) deviceType(String deviceType) booleanGet authenticatorNameGet credentialIdGet deviceTypegetEmail()Get emailgetName()Get nameGet phoneExtensionGet phoneNumberGet platformGet versioninthashCode()phoneExtension(String phoneExtension) phoneNumber(String phoneNumber) voidsetAuthenticatorName(String authenticatorName) voidsetCredentialId(String credentialId) voidsetDeviceType(String deviceType) voidvoidvoidsetPhoneExtension(String phoneExtension) voidsetPhoneNumber(String phoneNumber) voidsetPlatform(String platform) voidsetVersion(String version) toString()
-
Field Details
-
JSON_PROPERTY_PHONE_NUMBER
- See Also:
-
JSON_PROPERTY_PHONE_EXTENSION
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_CREDENTIAL_ID
- See Also:
-
JSON_PROPERTY_DEVICE_TYPE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PLATFORM
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_AUTHENTICATOR_NAME
- See Also:
-
-
Constructor Details
-
UserFactorProfile
public UserFactorProfile()
-
-
Method Details
-
phoneNumber
-
getPhoneNumber
Get phoneNumber- Returns:
- phoneNumber
-
setPhoneNumber
-
phoneExtension
-
getPhoneExtension
Get phoneExtension- Returns:
- phoneExtension
-
setPhoneExtension
-
email
-
getEmail
Get email- Returns:
-
setEmail
-
credentialId
-
getCredentialId
Get credentialId- Returns:
- credentialId
-
setCredentialId
-
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
-
authenticatorName
-
getAuthenticatorName
Get authenticatorName- Returns:
- authenticatorName
-
setAuthenticatorName
-
equals
-
hashCode
public int hashCode() -
toString
-