Package com.okta.sdk.resource.model
Class UserFactorPush
java.lang.Object
com.okta.sdk.resource.model.UserFactor
com.okta.sdk.resource.model.UserFactorPush
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class UserFactorPush
extends UserFactor
implements Serializable
UserFactorPush
- 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 TypeMethodDescriptionbooleanfactorResult(UserFactorResultType factorResult) Timestamp when the Factor verification attempt expiresGet factorResultGet profileinthashCode()profile(UserFactorPushProfile profile) voidsetFactorResult(UserFactorResultType factorResult) voidsetProfile(UserFactorPushProfile profile) 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
-
JSON_PROPERTY_EXPIRES_AT
- See Also:
-
JSON_PROPERTY_FACTOR_RESULT
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
-
Constructor Details
-
UserFactorPush
public UserFactorPush()
-
-
Method Details
-
getExpiresAt
Timestamp when the Factor verification attempt expires- Returns:
- expiresAt
-
factorResult
-
getFactorResult
-
setFactorResult
-
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
-