Package com.okta.sdk.resource.model
Class CustomHotpUserFactor
java.lang.Object
com.okta.sdk.resource.model.UserFactor
com.okta.sdk.resource.model.CustomHotpUserFactor
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class CustomHotpUserFactor
extends UserFactor
implements Serializable
CustomHotpUserFactor
- 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_VERIFY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfactorProfileId(String factorProfileId) Get factorProfileIdGet profileinthashCode()profile(CustomHotpUserFactorProfile profile) voidsetFactorProfileId(String factorProfileId) voidsetProfile(CustomHotpUserFactorProfile 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_FACTOR_PROFILE_ID
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
-
Constructor Details
-
CustomHotpUserFactor
public CustomHotpUserFactor()
-
-
Method Details
-
factorProfileId
-
getFactorProfileId
Get factorProfileId- Returns:
- factorProfileId
-
setFactorProfileId
-
profile
-
getProfile
Get profile- Overrides:
getProfilein classUserFactor- Returns:
- profile
-
setProfile
-
equals
- Overrides:
equalsin classUserFactor
-
hashCode
public int hashCode()- Overrides:
hashCodein classUserFactor
-
toString
- Overrides:
toStringin classUserFactor
-