Package com.okta.sdk.resource.model
Class UserFactorTokenHardware
java.lang.Object
com.okta.sdk.resource.model.UserFactor
com.okta.sdk.resource.model.UserFactorTokenHardware
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class UserFactorTokenHardware
extends UserFactor
implements Serializable
UserFactorTokenHardware
- See Also:
-
Field Summary
FieldsFields 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_VENDOR_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get profileGet verifyint
hashCode()
profile
(UserFactorTokenProfile profile) void
setProfile
(UserFactorTokenProfile profile) void
toString()
Methods inherited from class com.okta.sdk.resource.model.UserFactor
factorType, getCreated, getEmbedded, getFactorType, getId, getLastUpdated, getLinks, getProvider, getStatus, getVendorName, links, profile, provider, setFactorType, setLinks, setProfile, setProvider, setStatus, status
-
Field Details
-
Constructor Details
-
Method Details
-
profile
-
getProfile
Get profile- Overrides:
getProfile
in classUserFactor
- Returns:
- profile
-
setProfile
-
verify
-
getVerify
Get verify- Returns:
- verify
-
setVerify
-
equals
- Overrides:
equals
in classUserFactor
-
hashCode
public int hashCode()- Overrides:
hashCode
in classUserFactor
-
toString
- Overrides:
toString
in classUserFactor
-