Package com.okta.sdk.resource.model
Class UserFactorHardware
java.lang.Object
com.okta.sdk.resource.model.UserFactor
com.okta.sdk.resource.model.UserFactorHardware
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class UserFactorHardware
extends UserFactor
implements Serializable
UserFactorHardware
- 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 TypeMethodDescriptionbooleanGet profileGet verifyinthashCode()profile(UserFactorHardwareProfile profile) voidsetProfile(UserFactorHardwareProfile profile) voidtoString()verify(UserFactorHardwareAllOfVerify verify) 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
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_VERIFY
- See Also:
-
-
Constructor Details
-
UserFactorHardware
public UserFactorHardware()
-
-
Method Details
-
profile
-
getProfile
Get profile- Overrides:
getProfilein classUserFactor- Returns:
- profile
-
setProfile
-
verify
-
getVerify
-
setVerify
-
equals
- Overrides:
equalsin classUserFactor
-
hashCode
public int hashCode()- Overrides:
hashCodein classUserFactor
-
toString
- Overrides:
toStringin classUserFactor
-