Package com.okta.sdk.resource.model
Class U2fUserFactor
java.lang.Object
com.okta.sdk.resource.model.UserFactor
com.okta.sdk.resource.model.U2fUserFactor
- 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 U2fUserFactor
extends UserFactor
implements Serializable
U2fUserFactor
- See Also:
-
Field Summary
Fields inherited from class com.okta.sdk.resource.model.UserFactor
factorType, JSON_PROPERTY_CREATED, JSON_PROPERTY_EMBEDDED, JSON_PROPERTY_FACTOR_TYPE, JSON_PROPERTY_ID, JSON_PROPERTY_LAST_UPDATED, JSON_PROPERTY_LINKS, JSON_PROPERTY_PROVIDER, JSON_PROPERTY_STATUS, JSON_PROPERTY_VERIFY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get profileint
hashCode()
profile
(U2fUserFactorProfile profile) void
setProfile
(U2fUserFactorProfile profile) toString()
Methods inherited from class com.okta.sdk.resource.model.UserFactor
factorType, getCreated, getEmbedded, getFactorType, getId, getLastUpdated, getLinks, getProvider, getStatus, getVerify, links, profile, provider, setFactorType, setLinks, setProfile, setProvider, setStatus, setVerify, status, verify
-
Field Details
-
JSON_PROPERTY_PROFILE
- See Also:
-
-
Constructor Details
-
U2fUserFactor
public U2fUserFactor()
-
-
Method Details
-
profile
-
getProfile
Get profile- Overrides:
getProfile
in classUserFactor
- Returns:
- profile
-
setProfile
-
equals
- Overrides:
equals
in classUserFactor
-
hashCode
public int hashCode()- Overrides:
hashCode
in classUserFactor
-
toString
- Overrides:
toString
in classUserFactor
-